From 158a42e7892110e27d19a50d84e057a1540d7998 Mon Sep 17 00:00:00 2001 From: duanliang <540489889@qq.com> Date: Fri, 13 Jun 2025 09:50:01 +0800 Subject: [PATCH] 6.13 --- src/views/monitor/components/box-1.vue | 12 +- src/views/monitor/components/traffic-jam.vue | 145 +++++++++++++++++++ 2 files changed, 154 insertions(+), 3 deletions(-) create mode 100644 src/views/monitor/components/traffic-jam.vue diff --git a/src/views/monitor/components/box-1.vue b/src/views/monitor/components/box-1.vue index 5b727dd..73c0924 100644 --- a/src/views/monitor/components/box-1.vue +++ b/src/views/monitor/components/box-1.vue @@ -37,7 +37,7 @@
- 已处理 + 已解除
@@ -83,7 +83,12 @@
- + + + +
@@ -178,6 +183,7 @@
+
@@ -192,7 +198,7 @@ import alarmRate from './alarmRate' import alarmList from './alarmList' import alarmToday from './alarmToday' - + import trafficJam from './traffic-jam' import { useWebSocket } from '@/hooks/socket' import { mode, socketBaseUrl, proSocketBaseUrl } from '@/utils/config' import {getPreviewUrlApi} from "@/api/home.js"; diff --git a/src/views/monitor/components/traffic-jam.vue b/src/views/monitor/components/traffic-jam.vue new file mode 100644 index 0000000..a6ae71c --- /dev/null +++ b/src/views/monitor/components/traffic-jam.vue @@ -0,0 +1,145 @@ + + + + +