feat: icons
Former-commit-id: e3e295596632d26820c076cc34c1d2d3cda3ad8b
This commit is contained in:
@@ -52,6 +52,24 @@ 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