Merge branch 'dev-xiaomi' into 'master'
Dev xiaomi See merge request !26
This commit is contained in:
commit
a99a934914
@ -42,6 +42,7 @@ if (process.env.NODE_ENV == 'development') {
|
|||||||
// axios.defaults.baseURL = 'http://124.71.178.44:100/'
|
// axios.defaults.baseURL = 'http://124.71.178.44:100/'
|
||||||
// tag: 本地
|
// tag: 本地
|
||||||
axios.defaults.baseURL = 'http://192.168.34.125:6023/'; //本地 http/1.1
|
axios.defaults.baseURL = 'http://192.168.34.125:6023/'; //本地 http/1.1
|
||||||
|
// axios.defaults.baseURL = 'http://124.71.178.44:9500/'; // 星璇
|
||||||
// axios.defaults.baseURL = 'http://120.196.217.6:7000/';
|
// axios.defaults.baseURL = 'http://120.196.217.6:7000/';
|
||||||
// axios.defaults.baseURL = 'http://139.9.66.234:8/';
|
// axios.defaults.baseURL = 'http://139.9.66.234:8/';
|
||||||
// axios.defaults.baseURL = 'http://120.196.217.6:7000/'; // 鹤洲
|
// axios.defaults.baseURL = 'http://120.196.217.6:7000/'; // 鹤洲
|
||||||
|
|||||||
@ -103,19 +103,19 @@ if (COMPANY == 'xingxuan') {
|
|||||||
router.push(companyModule[0].modulePath);
|
router.push(companyModule[0].modulePath);
|
||||||
break;
|
break;
|
||||||
case 5:
|
case 5:
|
||||||
if (data.styleType == 1 || !data.styleType) {
|
// if (data.styleType == 1 || !data.styleType) {
|
||||||
router.push("/projectIndex");
|
// router.push("/projectIndex");
|
||||||
} else {
|
// } else {
|
||||||
router.push("/projectV2/taskList");
|
// router.push("/projectV2/taskList");
|
||||||
}
|
// }
|
||||||
store.commit("setProjectSn", data.sn);
|
store.commit("setProjectSn", data.sn);
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
if (data.styleType == 1 || !data.styleType) {
|
// if (data.styleType == 1 || !data.styleType) {
|
||||||
router.push("/projectIndex");
|
// router.push("/projectIndex");
|
||||||
} else {
|
// } else {
|
||||||
router.push("/projectV2/taskList");
|
// router.push("/projectV2/taskList");
|
||||||
}
|
// }
|
||||||
store.commit("setProjectSn", data.sn);
|
store.commit("setProjectSn", data.sn);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -117,19 +117,21 @@ if (COMPANY == 'xingxuan') {
|
|||||||
router.push(companyModule[0].modulePath);
|
router.push(companyModule[0].modulePath);
|
||||||
break;
|
break;
|
||||||
case 5:
|
case 5:
|
||||||
if (data.styleType == 1 || !data.styleType) {
|
// if (data.styleType == 1 || !data.styleType) {
|
||||||
router.push("/projectIndex");
|
// debugger
|
||||||
} else {
|
// router.push("/projectIndex");
|
||||||
router.push("/projectV2/taskList");
|
// } else {
|
||||||
}
|
// router.push("/projectV2/taskList");
|
||||||
|
// }
|
||||||
store.commit("setProjectSn", data.sn);
|
store.commit("setProjectSn", data.sn);
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
if (data.styleType == 1 || !data.styleType) {
|
// if (data.styleType == 1 || !data.styleType) {
|
||||||
router.push("/projectIndex");
|
// debugger
|
||||||
} else {
|
// router.push("/projectIndex");
|
||||||
router.push("/projectV2/taskList");
|
// } else {
|
||||||
}
|
// router.push("/projectV2/taskList");
|
||||||
|
// }
|
||||||
store.commit("setProjectSn", data.sn);
|
store.commit("setProjectSn", data.sn);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user