feat: icons
Former-commit-id: e3e295596632d26820c076cc34c1d2d3cda3ad8b
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user