mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-11 20:20:48 +08:00
fix: 解决验证码加载失败的问题 (#970)
This commit is contained in:
parent
be6278c0b7
commit
4c18f3aa1d
1 changed files with 1 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ const checkIsSystemDemo = async () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
loginVerify();
|
||||||
document.title = globalStore.themeConfig.panelName;
|
document.title = globalStore.themeConfig.panelName;
|
||||||
loginForm.agreeLicense = globalStore.agreeLicense;
|
loginForm.agreeLicense = globalStore.agreeLicense;
|
||||||
checkIsSystemDemo();
|
checkIsSystemDemo();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue