2
0

feat: 门户拦截定向跳转

This commit is contained in:
TsMask
2024-12-06 21:28:43 +08:00
parent 222ecc7558
commit 2c9d6e4e07
8 changed files with 104 additions and 11 deletions

View File

@@ -38,6 +38,9 @@ export function useRouterPush(inSetup = true) {
routeLocation.params = params;
}
if (key === 'login') {
sessionStg.remove('wanfiRedirectParams');
}
return routerPush(routeLocation);
}