feat: icons

Former-commit-id: e3e295596632d26820c076cc34c1d2d3cda3ad8b
This commit is contained in:
Jachin
2023-08-07 18:17:03 +08:00
parent eefd66aeec
commit fe12842179
5 changed files with 223 additions and 0 deletions

View File

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