refactor: ♻️ 路由地址修改
Former-commit-id: 4e879ddd6face20432ef6abfc85626a5ca83a3f7
This commit is contained in:
@@ -52,24 +52,6 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
path: "/permission",
|
||||
component: Layout,
|
||||
redirect: "/permission/page",
|
||||
children: [
|
||||
{
|
||||
path: "page",
|
||||
component: () => import("@/views/permission/page.vue"),
|
||||
name: "PermissionPage",
|
||||
meta: {
|
||||
title: "Permission",
|
||||
icon: "password",
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
// 外部链接
|
||||
// {
|
||||
// path: "/external-link",
|
||||
|
||||
Reference in New Issue
Block a user