routerMondel.js 441 B

123456789101112131415161718
  1. /* eslint-disable quote-props */
  2. 'use strict';
  3. /** @type Egg.EggPlugin */
  4. module.exports = {
  5. 'adminUser': '系统用户',
  6. 'role': '系统角色',
  7. 'menu': '菜单管理',
  8. 'column': '栏目管理',
  9. 'content': '内容管理',
  10. 'page': '单页管理',
  11. 'files': '文件管理',
  12. 'links': '系统用户',
  13. 'banner': '轮播图管理',
  14. 'configuration': '站点配置',
  15. 'power': '系统鉴权',
  16. 'catalogue': '期刊管理',
  17. };