This commit is contained in:
Luck-Xiaomi 2022-06-28 15:40:10 +08:00
parent 9f21cb8247
commit 1527cab8ee

View File

@ -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;
}