Skip to content

Commit

Permalink
fix: 解决验证码加载失败的问题 (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssongliu authored May 10, 2023
1 parent be6278c commit 4c18f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/login/components/login-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ const checkIsSystemDemo = async () => {
};
onMounted(() => {
loginVerify();
document.title = globalStore.themeConfig.panelName;
loginForm.agreeLicense = globalStore.agreeLicense;
checkIsSystemDemo();
Expand Down

0 comments on commit 4c18f3a

Please sign in to comment.