authorize.js 358 B

1234567891011121314151617181920
  1. module.exports = [
  2. {
  3. title: '授权管理',
  4. path: '/xms',
  5. icon: 'auth',
  6. module: '@authorize',
  7. children: [
  8. {
  9. title: '机构授权',
  10. path: '/xms/authorize/org',
  11. icon: 'dept',
  12. },
  13. {
  14. title: '群组授权',
  15. path: '/xms/authorize/group',
  16. icon: 'users',
  17. },
  18. ],
  19. },
  20. ];