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