feat: 添加后退按钮组件并更新认证路由和视图
This commit is contained in:
@@ -12,7 +12,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "/:pathMatch(.*)*",
|
||||
redirect: "/layout/home",
|
||||
},
|
||||
// ...authRoutes,
|
||||
...authRoutes,
|
||||
{
|
||||
path: "/layout",
|
||||
component: () => import("@/components/layout/default.vue"),
|
||||
|
||||
Reference in New Issue
Block a user