🔨 执行模板页面.

This commit is contained in:
lijiahangmax
2024-03-08 01:21:27 +08:00
parent 2fd069e1d5
commit 4cef9b358e
15 changed files with 478 additions and 1 deletions

View File

@@ -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();