1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 14:08:06 +08:00

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

This commit is contained in:
ssongliu 2023-05-10 10:50:18 +08:00 committed by GitHub
parent be6278c0b7
commit 4c18f3aa1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,6 +270,7 @@ const checkIsSystemDemo = async () => {
};
onMounted(() => {
loginVerify();
document.title = globalStore.themeConfig.panelName;
loginForm.agreeLicense = globalStore.agreeLicense;
checkIsSystemDemo();