12345678910111213141516 |
- export default [
- {
- path: '/report',
- name: '报表中心',
- icon: 'property-safety',
- authority: ['Pages.ReportTransactionData'],
- routes: [
- {
- path: '/report/transaction',
- name: '月报表',
- component: './FangCom/Reportcenter/TransactionData/List',
- authority: ['Pages.ReportTransactionData']
- }
- ]
- }
- ]
|