template usage to modules
This commit is contained in:
parent
600bb47260
commit
2853835d31
9 changed files with 221 additions and 7 deletions
|
@ -19,7 +19,7 @@ export async function abilityAndNavUpdate(to: any, from: any, next: any) {
|
|||
next();
|
||||
} else {
|
||||
NProgress.done();
|
||||
next(false);
|
||||
next({ name: "admin-default" });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue