路由添加发布历史
This commit is contained in:
parent
0b080e2466
commit
9da1a54f93
@ -1933,10 +1933,12 @@ export const asyncRouter = [
|
|||||||
{
|
{
|
||||||
path: 'subsystem',
|
path: 'subsystem',
|
||||||
component: SubsystemManage,
|
component: SubsystemManage,
|
||||||
hidden: true,
|
hidden: true
|
||||||
meta: {
|
},
|
||||||
i18n: 'newRouter.subsystemManage'
|
{
|
||||||
}
|
path: 'PublishMapDetail',
|
||||||
|
component: PublishMapDetail,
|
||||||
|
hidden: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -276,7 +276,8 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
publicList(index, row) {
|
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) {
|
handlePutaway(index, row) {
|
||||||
|
Loading…
Reference in New Issue
Block a user