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