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