feat: 门户拦截定向跳转
This commit is contained in:
@@ -38,6 +38,9 @@ export function useRouterPush(inSetup = true) {
|
||||
routeLocation.params = params;
|
||||
}
|
||||
|
||||
if (key === 'login') {
|
||||
sessionStg.remove('wanfiRedirectParams');
|
||||
}
|
||||
return routerPush(routeLocation);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user