From 9da1a54f93805dd2c2590280b95d56d2a537b8eb Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Mon, 17 Oct 2022 14:34:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E6=B7=BB=E5=8A=A0=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=8E=86=E5=8F=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 10 ++++++---- src/views/publish/publishMap/index.vue | 3 ++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 0a331bb63..79bf1ae37 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1933,10 +1933,12 @@ export const asyncRouter = [ { path: 'subsystem', component: SubsystemManage, - hidden: true, - meta: { - i18n: 'newRouter.subsystemManage' - } + hidden: true + }, + { + path: 'PublishMapDetail', + component: PublishMapDetail, + hidden: true } ] }, diff --git a/src/views/publish/publishMap/index.vue b/src/views/publish/publishMap/index.vue index 53a8dbca8..41c8e9c41 100644 --- a/src/views/publish/publishMap/index.vue +++ b/src/views/publish/publishMap/index.vue @@ -276,7 +276,8 @@ export default { }, publicList(index, row) { - this.$router.push({ path: `/publish/map/detail`, query: { mapId: row.id } }); + // this.$router.push({ path: `/publish/map/detail`, query: { mapId: row.id } }); + this.$router.push({ path: `/systemManagement/lineDataManage/PublishMapDetail`, query: { mapId: row.id } }); }, handlePutaway(index, row) {