.
This commit is contained in:
parent
9f21cb8247
commit
1527cab8ee
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user