From ff19a4cf942e4b6539c3f19f8d95c4ac379880cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=8B=A5=E6=99=A8?= <974220104@qq.com> Date: Mon, 18 Sep 2023 14:10:01 +0800 Subject: [PATCH] =?UTF-8?q?title:=20"=E5=8F=AF=E8=A7=86=E5=8C=96=E6=95=B0?= =?UTF-8?q?=E6=8D=AE"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/router/index.js b/src/router/index.js index 30ee021ec..e50db27e1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -228,6 +228,17 @@ export const dataBoardRoutes = { isTab: false, }, }, + { + path: "renfang/visualizing", + props: true, + component: () => import("@/views/dataBoard/renfang/visualizing/index"), + name: "dataBoard-visualizing-index", + meta: { + title: "可视化数据", + isTab: false, + keepAlive:false + }, + }, { path: "renfang/warn-building", props: true,