mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 16:29:17 +08:00
fix: 解决安全入口情况下升级后页面无法打开的问题 (#994)
This commit is contained in:
parent
ab523b6879
commit
a1c0408aae
@ -139,6 +139,7 @@ const onUpgrade = async () => {
|
|||||||
type: 'info',
|
type: 'info',
|
||||||
}).then(async () => {
|
}).then(async () => {
|
||||||
globalStore.isLoading = true;
|
globalStore.isLoading = true;
|
||||||
|
globalStore.setLogStatus(false);
|
||||||
await upgrade(upgradeVersion.value);
|
await upgrade(upgradeVersion.value);
|
||||||
drawerVisiable.value = false;
|
drawerVisiable.value = false;
|
||||||
MsgSuccess(i18n.global.t('commons.msg.operationSuccess'));
|
MsgSuccess(i18n.global.t('commons.msg.operationSuccess'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user