zrlibs
2025-03-19 dad44b84ab21f9d1f860760a045015f1cab0aaec
src/router/routes.js
@@ -17,6 +17,24 @@
        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'),