| | |
| | | meta: { authorize: true, title: 'vue-project' }, |
| | | children: [ |
| | | { |
| | | path: 'example-report', |
| | | name: 'example-report', |
| | | component: () => import('@/views/examples/report.vue'), |
| | | meta: { title: '数据报表' } |
| | | }, |
| | | { |
| | | path: 'example-data-table', |
| | | name: 'example-data-table', |
| | | component: () => import('@/views/examples/data-table/index.vue'), |
| | | meta: { title: '数据报表' } |
| | | }, |
| | | { |
| | | path: 'example-master-slave', |
| | | name: 'example-master-slave', |
| | | component: () => import('@/views/examples/master-slave.vue'), |
| | | meta: { title: '数据报表' } |
| | | }, |
| | | { |
| | | path: 'test-view-1-1', |
| | | name: 'test-view-1-1', |
| | | component: () => import('@/views/test-view-1-1/index.vue'), |