mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-03 02:47:30 +00:00
fix(router): resolve the next function being called twice (#3643)
closed #3642
This commit is contained in:
@@ -125,7 +125,6 @@ export function createPermissionGuard(router: Router) {
|
||||
// 指向redirect
|
||||
next({ path: redirect, replace: true });
|
||||
}
|
||||
next();
|
||||
} else {
|
||||
// 正常访问
|
||||
next();
|
||||
|
Reference in New Issue
Block a user