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) {