mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-20 18:58:16 +08:00
feat: ✨ 基础模块
注册登录 用户管理 角色管理 部门管理 消息管理 接口管理 菜单管理 字典管理 缓存管理 请求日志 系统设置 版本信息 代码生成
This commit is contained in:
@ -9,16 +9,6 @@
|
||||
"Title": "控制面板",
|
||||
"Type": 1
|
||||
},
|
||||
{
|
||||
"Component": "profile",
|
||||
"Id": 374967228141573,
|
||||
"Name": "profile",
|
||||
"Path": "/profile",
|
||||
"Sort": 100,
|
||||
"Title": "账号信息",
|
||||
"Hidden": true,
|
||||
"Type": 1
|
||||
},
|
||||
{
|
||||
"Icon": "el-icon-setting",
|
||||
"Id": 373837917724677,
|
||||
@ -116,6 +106,17 @@
|
||||
"Title": "系统设置",
|
||||
"Type": 1
|
||||
},
|
||||
{
|
||||
"Component": "home/widgets/components/ver",
|
||||
"Icon": "el-icon-pointer",
|
||||
"Id": 480998862188554,
|
||||
"Name": "sys-about",
|
||||
"ParentId": 373837917724677,
|
||||
"Path": "/sys/about",
|
||||
"Sort": 91,
|
||||
"Title": "版本信息",
|
||||
"Type": 1,
|
||||
},
|
||||
{
|
||||
"Component": "sys/api",
|
||||
"Icon": "sc-icon-api",
|
||||
@ -128,46 +129,15 @@
|
||||
"Type": 1
|
||||
},
|
||||
{
|
||||
"Icon": "sc-icon-business",
|
||||
"Id": 420881941635077,
|
||||
"Name": "biz",
|
||||
"Path": "/biz",
|
||||
"Sort": 99,
|
||||
"Title": "业务管理",
|
||||
"Type": 1
|
||||
},
|
||||
{
|
||||
"Component": "biz/product-category",
|
||||
"Icon": "sc-icon-product-category",
|
||||
"Id": 420881941635087,
|
||||
"Name": "biz-product-category",
|
||||
"ParentId": 420881941635077,
|
||||
"Path": "/biz/product-category",
|
||||
"Sort": 100,
|
||||
"Title": "商品分类",
|
||||
"Type": 1
|
||||
},
|
||||
{
|
||||
"Component": "biz/member",
|
||||
"Icon": "el-icon-user",
|
||||
"Id": 422658027704337,
|
||||
"Name": "biz-member",
|
||||
"ParentId": 420881941635077,
|
||||
"Path": "/biz/member",
|
||||
"Sort": 100,
|
||||
"Title": "会员管理",
|
||||
"Type": 1
|
||||
},
|
||||
{
|
||||
"Component": "biz/product",
|
||||
"Icon": "sc-icon-product",
|
||||
"Id": 421506245349391,
|
||||
"Name": "biz-product",
|
||||
"ParentId": 420881941635077,
|
||||
"Path": "/biz/product",
|
||||
"Sort": 100,
|
||||
"Title": "商品管理",
|
||||
"Type": 1
|
||||
"Component": "sys/msg",
|
||||
"Icon": "el-icon-message",
|
||||
"Id": 482779610341392,
|
||||
"Name": "sys-msg",
|
||||
"ParentId": 373837917724677,
|
||||
"Path": "/sys/msg",
|
||||
"Sort": 98,
|
||||
"Title": "消息管理",
|
||||
"Type": 1,
|
||||
},
|
||||
{
|
||||
"Icon": "sc-icon-code",
|
||||
@ -189,4 +159,14 @@
|
||||
"Title": "代码生成",
|
||||
"Type": 1
|
||||
},
|
||||
{
|
||||
"Id": 482777529417739,
|
||||
"ParentId": 373838105399301,
|
||||
"Icon": "el-icon-eleme-filled",
|
||||
"Name": "dev-element",
|
||||
"Path": "https://element-plus.gitee.io/zh-CN/component/button.html",
|
||||
"Sort": 100,
|
||||
"Title": "Element",
|
||||
"Type": 3,
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user