Authored by wangtao

chore: 业务跳转404修改

... ... @@ -299,8 +299,8 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions
window.parent.postMessage({
type: 'custom-jump-menu-event',
message: {
'path':'Monitoringmanagement/Monitoringview/Listview',
'type':"JumpToMenu"
'path':'',
'type':"JumpToListView"
}
}, '*')
}
... ... @@ -329,8 +329,8 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions
window.parent.postMessage({
type: 'custom-jump-menu-event',
message: {
'path':'Alarmcenter/Alarmmanagement',
'type':"JumpToMenu"
'path':'',
'type':"JumpToAlarmManagement"
}
}, '*')
}
... ...