fix: 解决安全入口情况下升级后页面无法打开的问题 (#994)

This commit is contained in:
ssongliu
2023-05-10 15:16:48 +00:00
committed by GitHub
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'));