|
@@ -154,12 +154,13 @@
|
|
|
GasStatus: '/gas/warn/home',
|
|
|
FireStatus: '/fire/warn/home',
|
|
|
Summary: '/monitorChannel/device-monitor/warningHistory',
|
|
|
+ Warning: '/monitorChannel/device-monitor/warningHistory',
|
|
|
};
|
|
|
|
|
|
// 页面跳转
|
|
|
function openHandler(ip: string, orgcode) {
|
|
|
// const url = `http://localhost:3100/login`;
|
|
|
- if (props.billboardType == 'Summary') {
|
|
|
+ if (props.billboardType == 'Warning') {
|
|
|
const newPage = router.resolve({ path: '/monitorChannel/device-monitor/warningHistory', query: { orgcode } });
|
|
|
window.open(newPage.href, '_blank');
|
|
|
} else {
|