fix: 解决验证码加载失败的问题 (#970)

This commit is contained in:
ssongliu
2023-05-10 02:50:18 +00:00
committed by GitHub
parent be6278c0b7
commit 4c18f3aa1d
@@ -270,6 +270,7 @@ const checkIsSystemDemo = async () => {
};
onMounted(() => {
loginVerify();
document.title = globalStore.themeConfig.panelName;
loginForm.agreeLicense = globalStore.agreeLicense;
checkIsSystemDemo();