显示单个禁区和单个告警点位

This commit is contained in:
2023-11-26 18:12:56 +08:00
parent ca660f9513
commit 7d5c33cc8e
4 changed files with 2427 additions and 1 deletions

View File

@@ -752,7 +752,7 @@ export default {
this.alarmAnimation = setInterval(() => {
flag = !flag
this.alarmLayer.setVisible(flag)
}, 900);
}, 1500);
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -56,6 +56,14 @@ const router = new Router({
path: '/hd_map_patrol_line',
name: 'hd_map_patrol_line',
component: () => import('../pages/hd_map_patrol_line.vue')
}, {
path: '/hd_map_forbidden_zone',
name: 'hd_map_forbidden_zone',
component: () => import('../pages/hd_map_forbidden_zone.vue')
}, {
path: '/hd_map_alarm_single',
name: 'hd_map_alarm_single',
component: () => import('../pages/hd_map_alarm_single.vue')
}
]
});