refactor: ♻️ 路由地址修改

Former-commit-id: 4e879ddd6face20432ef6abfc85626a5ca83a3f7
This commit is contained in:
hxr
2023-08-08 01:32:34 +08:00
parent 3156b199e9
commit 7251f58c03
2 changed files with 25 additions and 44 deletions

View File

@@ -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",