chore: update

This commit is contained in:
xiaoxian521
2022-12-09 12:12:09 +08:00
parent 6d697ee19c
commit 49dabd6b36
13 changed files with 48 additions and 48 deletions

View File

@@ -106,7 +106,7 @@ router.beforeEach((to: toRouteType, _from, next) => {
handleAliveRoute(newMatched);
}
}
const userInfo = storageSession.getItem<DataInfo<number>>(sessionKey);
const userInfo = storageSession().getItem<DataInfo<number>>(sessionKey);
NProgress.start();
const externalLink = isUrl(to?.name as string);
if (!externalLink) {