zrlibs
2025-03-21 cd24c776d772c7ad797891afd779b3b072293ec2
src/router/routes.js
@@ -25,7 +25,7 @@
            {
                path: 'example-data-table',
                name: 'example-data-table',
                component: () => import('@/views/examples/data-table.vue'),
                component: () => import('@/views/examples/data-table/index.vue'),
                meta: { title: '数据报表' }
            },
            {