From a278b720e59bd94736bc86c037c70c66dc82804c Mon Sep 17 00:00:00 2001 From: Vce Date: Wed, 19 Jun 2024 20:23:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=8E=B0=E5=9C=BA?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E7=99=BB=E5=BD=95=E6=98=AF=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E7=B1=BB=E5=9E=8B=E4=B8=8D=E5=8C=B9=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"