路由添加发布历史

This commit is contained in:
dong 2022-10-17 14:34:53 +08:00
parent 0b080e2466
commit 9da1a54f93
2 changed files with 8 additions and 5 deletions

View File

@ -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
}
]
},

View File

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