提交 #108

Merged
lukeyan merged 1 commits from lukeyan into master 1 year ago

@ -4,10 +4,10 @@ import vm from "../main";
import { getToken } from '@/utils/auth'
axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'
const request = axios.create({
baseURL: 'http://172.18.113.50:8080/zhapi',
//baseURL: 'http://172.18.113.50:8080/zhapi',
//baseURL: 'http://172.18.113.13:8080/zhapi', // 孙强
//baseURL: 'http://192.168.0.188:8888/zhapi',
//baseURL: `http://${window.location.host}/zhapi`,
baseURL: `http://${window.location.host}/zhapi`,
timeout: 50000,
headers: { 'content-type': 'application/json' },
})

@ -535,6 +535,7 @@ export default {
.send_person,
.backlog_time {
display: flex;
margin-bottom: 2vh;
}
.backlog_text {
width: 4vw;

@ -407,6 +407,7 @@ export default {
.complete_person,
.complete_time {
display: flex;
margin-bottom: 2vh;
}
.complete_text {
width: 4vw;

@ -406,6 +406,7 @@ export default {
.copy_person,
.course_time {
display: flex;
margin-bottom: 2vh;
}
.course_text {
width: 4vw;

@ -447,6 +447,7 @@ export default {
.send_person,
.course_time {
display: flex;
margin-bottom: 2vh;
}
.course_text {
width: 4vw;

Loading…
Cancel
Save