From 304256c129de0f4210b1e6219ee3f0f2e506ed80 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Fri, 19 Jul 2024 15:36:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E7=B1=BB=E5=9E=8B=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/login/index.vue b/ui/src/views/login/index.vue index 533d7e4bd..115632bfc 100644 --- a/ui/src/views/login/index.vue +++ b/ui/src/views/login/index.vue @@ -138,7 +138,7 @@ onMounted(() => { user.theme() } user.asyncGetProfile().then((res) => { - if (user.isXPack) { + if (user.isXPack && user.XPACK_LICENSE_IS_VALID) { loading.value = true user .getAuthType()