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

@@ -78,6 +78,32 @@ const data = {
},
],
},
{
path: "/icon",
component: "Layout",
redirect: "/icon/index",
meta: {
title: "系统管理",
icon: "system",
hidden: false,
roles: ["ADMIN"],
keepAlive: true,
},
children: [
{
path: "index",
component: "demo/icons",
name: "Icons",
meta: {
title: "图标",
icon: "icon",
hidden: false,
roles: ["ADMIN"],
keepAlive: true,
},
},
],
},
{
path: "/api",
component: "Layout",