From e0a31f7013898540948f4d4d86ade1a5414b44d4 Mon Sep 17 00:00:00 2001 From: pengwei <2071057782@qq.com> Date: 星期四, 20 三月 2025 17:32:42 +0800 Subject: [PATCH] 优化数据大屏页面 --- 项目代码/client/src/router/charts.js | 33 +++++++++++++++++---------------- 1 files changed, 17 insertions(+), 16 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/charts.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/charts.js" index 55cac54..f65931a 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/charts.js" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/charts.js" @@ -1,17 +1,18 @@ -let charts=[ - { - path: '/chart', - name: 'chart', - component: () => import('@/views/charts/chart.vue') - }, - { - path: '/formChart', - name: 'formChart', - component: () => import('@/views/charts/formChart.vue') - }, - { - path: '/flex', - name: 'flex', - component: () => import('@/views/charts/flex.vue') - }] +let charts = [ + // { + // path: '/chart', + // name: 'chart', + // component: () => import('@/views/charts/chart.vue') + // }, + // { + // path: '/formChart', + // name: 'formChart', + // component: () => import('@/views/charts/formChart.vue') + // }, + // { + // path: '/flex', + // name: 'flex', + // component: () => import('@/views/charts/flex.vue') + // } +] export default charts -- Gitblit v1.9.3