🔨 执行模板页面.
This commit is contained in:
@@ -22,7 +22,6 @@ export default function setupPermissionGuard(router: Router) {
|
||||
if (access && to.meta.locale === undefined && menuStore.menuFetched) {
|
||||
to.meta = to.matched[to.matched.length - 1].meta;
|
||||
}
|
||||
|
||||
if (access) {
|
||||
// 正常跳转
|
||||
next();
|
||||
|
||||
Reference in New Issue
Block a user