feat: 添加后退按钮组件并更新认证路由和视图

This commit is contained in:
2026-01-16 13:20:59 +07:00
parent fb89d3adf7
commit c74a3dd930
7 changed files with 139 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ const routes: Array<RouteRecordRaw> = [
path: "/:pathMatch(.*)*",
redirect: "/layout/home",
},
// ...authRoutes,
...authRoutes,
{
path: "/layout",
component: () => import("@/components/layout/default.vue"),