diff --git a/src/views/login/index.vue b/src/views/login/index.vue index af4f415..5bbbc9a 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -122,15 +122,13 @@ const login = (formEl: FormInstance | undefined) => { // router.push("/commandScreen"); router.push("/agjtProjectKanban"); } else if (COMPANY === "agjtLive") { - router.push("/agjtLiveScreen"); - if (![5, 10, 11].includes(result.accountType)) { + if (![11].includes(result.accountType)) { ElMessage({ message: "账号类型不匹配", type: "warning" }); return; } - // router.push("/commandScreen"); router.push("/agjtLiveScreen"); } else if (COMPANY === "agjtOverview") { } else if (COMPANY === "agjtOverviewScreen") {