1
0
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:
ssongliu 2023-05-10 23:16:48 +08:00 committed by GitHub
parent ab523b6879
commit a1c0408aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'));