批量更新

This commit is contained in:
2026-02-24 10:11:45 +08:00
parent 578e412473
commit db23de308f
40 changed files with 213 additions and 236 deletions
-8
View File
@@ -25,14 +25,6 @@ const staticRoutes = [
component: () => import("@/views/home/index.vue"),
meta: { requiresAuth: true, title: "系统导航", isStandalone: true }
},
{
path: "/",
name: "Main",
component: () => import("@/views/Main.vue"),
redirect: "/dashboard",
meta: { requiresAuth: true },
children: staticMainChildren
},
{
path: "/:pathMatch(.*)*",
name: "NotFound",