- 增加 管理员列表 页面

- 配置 menu 菜单
This commit is contained in:
sin
2019-02-27 17:31:36 +08:00
parent 23a821b236
commit c198f93819
4 changed files with 518 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
export default {
// admin
'menu.admin': 'Admin管理',
'menu.admin.admin-list': '管理员列表',
'menu.home': '首页',
'menu.login': '登录',
'menu.register': '注册',