角色管理

This commit is contained in:
zjl
2021-10-03 21:14:13 +08:00
parent 94d899dfc4
commit 58892dea40
28 changed files with 514 additions and 210 deletions
+11 -11
View File
@@ -4,29 +4,29 @@ export default [
title: '系统管理',
icon: 'el-icon-s-operation',
child: [
{ title: '系统配置', path: '/system/config', icon: 'md-settings' },
{ title: '用户管理', path: '/system/user', icon: 'md-contact' },
{ title: '角色管理', path: '/system/role', icon: 'md-contacts' },
{ title: '博客文章', path: '/system/article', icon: 'md-paper' },
{ title: '分析统计', path: '/system/statistics', icon: 'md-pie' }
{ title: '系统配置', path: '/system/config' },
{ title: '用户管理', path: '/system/user' },
{ title: '角色管理', path: '/system/role' },
{ title: '博客文章', path: '/system/article' },
{ title: '分析统计', path: '/system/statistics' }
]
},{
name: 'api',
title: 'API数据',
icon: 'el-icon-s-data',
child: [
{ title: '一言', path: '/api/hitokoto', icon: 'md-chatbubbles' },
{ title: '照片墙', path: '/api/photoWall', icon: 'md-images' },
{ title: '图片资源库', path: '/api/sourceImage', icon: 'md-image' },
{ title: '中国行政区划', path: '/api/chinaProvince', icon: 'md-map' },
{ title: '歌曲库', path: '/api/music', icon: 'md-musical-note' }
{ title: '一言', path: '/api/hitokoto' },
{ title: '照片墙', path: '/api/photoWall' },
{ title: '图片资源库', path: '/api/sourceImage' },
{ title: '中国行政区划', path: '/api/chinaProvince' },
{ title: '歌曲库', path: '/api/music' }
]
},{
name: 'tool',
title: '工具',
icon: 'el-icon-s-tools',
child: [
{ title: 'SQL占位符替换', path: '/tool/sqlReplace', icon: 'md-copy' }
{ title: 'SQL占位符替换', path: '/tool/sqlReplace' }
]
}
]