From 2591e298a3fd1332ad0ca33059f6ba0b7d426f51 Mon Sep 17 00:00:00 2001
From: pengwei <2071057782@qq.com>
Date: 星期四, 20 三月 2025 10:08:00 +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