From 23e0302a4559d831683ee4ed77a4aca5bddad175 Mon Sep 17 00:00:00 2001 From: lau572 <1010031226@qq.com> Date: Fri, 13 Dec 2024 09:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A5=E6=A2=81\=E8=BE=B9=E5=9D=A1=20?= =?UTF-8?q?=E9=A2=84=E8=AD=A6=E4=BA=8B=E4=BB=B6=E6=94=B9=E4=B8=BA=E7=BA=A2?= =?UTF-8?q?=E8=89=B2=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/JiHeExpressway/components/WarningNotify.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/WarningNotify.vue b/ruoyi-ui/src/views/JiHeExpressway/components/WarningNotify.vue index 4579bd8e..379b9cc2 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/WarningNotify.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/WarningNotify.vue @@ -114,6 +114,14 @@ export default { duration: 4000 } } + } else if (para.content.event.warningSource == '14' || para.content.event.warningSource == '15'){ + obj = { + content: para.content.content, + time:para.content.event.warningTime, + type: "signal", + level: "danger", + duration: 0 + } } else { obj = { content: para.content.content,