feat: added system management sample page

This commit is contained in:
Vben
2021-03-04 01:25:50 +08:00
parent cd8e924d46
commit 4628d94415
14 changed files with 150 additions and 68 deletions

View File

@@ -7,45 +7,29 @@ const menu: MenuModule = {
name: t('routes.demo.system.moduleName'),
path: '/system',
tag: {
dot: true,
content: 'new',
},
children: [
{
path: 'account',
name: t('routes.demo.system.account'),
tag: {
dot: true,
type: 'warn',
},
},
{
path: 'role',
name: t('routes.demo.system.role'),
tag: {
dot: true,
},
},
{
path: 'menu',
name: t('routes.demo.system.menu'),
tag: {
dot: true,
},
},
{
path: 'dept',
name: t('routes.demo.system.dept'),
tag: {
dot: true,
},
},
{
path: 'changePassword',
name: t('routes.demo.system.password'),
tag: {
dot: true,
},
},
],
},