chore: update dir

This commit is contained in:
vben
2024-05-21 22:42:25 +08:00
parent f6087ce4e8
commit 20af961f09
20 changed files with 94 additions and 36 deletions

View File

@@ -1,9 +1,8 @@
import type { RouteRecordRaw } from 'vue-router';
import { AuthPageLayout } from '@/layouts';
import { Fallback } from '@vben/common-ui';
import { AuthPageLayout } from './layout';
/** 静态路由列表,访问这些页面可以不需要权限 */
const builtinRoutes: RouteRecordRaw[] = [
{