.
This commit is contained in:
parent
9f21cb8247
commit
1527cab8ee
@ -103,19 +103,19 @@ if (COMPANY == 'xingxuan') {
|
||||
router.push(companyModule[0].modulePath);
|
||||
break;
|
||||
case 5:
|
||||
if (data.styleType == 1 || !data.styleType) {
|
||||
router.push("/projectIndex");
|
||||
} else {
|
||||
router.push("/projectV2/taskList");
|
||||
}
|
||||
// if (data.styleType == 1 || !data.styleType) {
|
||||
// router.push("/projectIndex");
|
||||
// } else {
|
||||
// router.push("/projectV2/taskList");
|
||||
// }
|
||||
store.commit("setProjectSn", data.sn);
|
||||
break;
|
||||
case 6:
|
||||
if (data.styleType == 1 || !data.styleType) {
|
||||
router.push("/projectIndex");
|
||||
} else {
|
||||
router.push("/projectV2/taskList");
|
||||
}
|
||||
// if (data.styleType == 1 || !data.styleType) {
|
||||
// router.push("/projectIndex");
|
||||
// } else {
|
||||
// router.push("/projectV2/taskList");
|
||||
// }
|
||||
store.commit("setProjectSn", data.sn);
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user