路由添加发布历史
This commit is contained in:
parent
0b080e2466
commit
9da1a54f93
@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user