mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-11 04:46:12 +08:00
fix: Fixed CAPTCHA loading issue in certain scenarios (#11186)
This commit is contained in:
parent
bf4d91b68b
commit
9428efd8c0
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