Commit b4edcbe2 by qinjianhui

fix: 添加客户管理菜单

parent ca687adf
......@@ -240,6 +240,7 @@ const menu: MenuItem[] = [
label: '系统管理',
children: [
{ index: '/system/user', id: 811, label: '用户管理' },
{ index: '/system/customers', id: 812, label: '客户管理' },
// { index: '/system/role-manage', id: 812, label: '功能角色管理' },
],
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment