mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-18 00:00:37 +08:00
chore: update
This commit is contained in:
@@ -105,7 +105,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) {
|
||||
|
||||
Reference in New Issue
Block a user