From 4c18f3aa1d2cbd9c8d71b28f7f8f09c1bb50b159 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Wed, 10 May 2023 10:50:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E5=8A=A0=E8=BD=BD=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#970)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/login/components/login-form.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/login/components/login-form.vue b/frontend/src/views/login/components/login-form.vue index 0a621a958bb0..4e94a0b1b494 100644 --- a/frontend/src/views/login/components/login-form.vue +++ b/frontend/src/views/login/components/login-form.vue @@ -270,6 +270,7 @@ const checkIsSystemDemo = async () => { }; onMounted(() => { + loginVerify(); document.title = globalStore.themeConfig.panelName; loginForm.agreeLicense = globalStore.agreeLicense; checkIsSystemDemo();