mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-11 12:56:10 +08:00
fix: Fixed CAPTCHA loading issue in certain scenarios
This commit is contained in:
parent
b3350b54b3
commit
bf15825c4f
1 changed files with 3 additions and 0 deletions
|
|
@ -424,6 +424,9 @@ const getSetting = async () => {
|
|||
globalStore.isFxplay = isFxplay.value;
|
||||
globalStore.isOffLine = res.data.isOffLine;
|
||||
globalStore.ignoreCaptcha = !res.data.needCaptcha;
|
||||
if (!globalStore.ignoreCaptcha) {
|
||||
loginVerify();
|
||||
}
|
||||
|
||||
document.title = res.data.panelName;
|
||||
i18n.warnHtmlMessage = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue