From b21e6859d4dad98a36c89a2493e1a6a868e3eb93 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Tue, 31 Oct 2023 17:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9C=E8=A7=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 11a62df..848fe86 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -132,12 +132,12 @@ const routes = [ import(/* webpackChunkName: "tabs" */ "../views/waterMark/index.vue"), meta: { title: "水印下发", icon: "" }, }, - { - path: "/echarts", - component: () => - import(/* webpackChunkName: "tabs" */ "../echartsDemo.vue"), - meta: { title: "echarts图表", icon: "" }, - }, + // { + // path: "/echarts", + // component: () => + // import(/* webpackChunkName: "tabs" */ "../echartsDemo.vue"), + // meta: { title: "echarts图表", icon: "" }, + // }, ], },