From d2e2df7c4805cc9c5e4e915202f304e0e9a53758 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 23 May 2025 09:49:31 +0800
Subject: [PATCH] 临川优化

---
 src/views/pd/components/dynamicPanel.vue |   99 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 97 insertions(+), 2 deletions(-)

diff --git a/src/views/pd/components/dynamicPanel.vue b/src/views/pd/components/dynamicPanel.vue
index beb8616..60e49cd 100644
--- a/src/views/pd/components/dynamicPanel.vue
+++ b/src/views/pd/components/dynamicPanel.vue
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2024-11-09 15:41:35
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2025-01-20 15:18:40
+ * @LastEditTime: 2025-01-20 18:33:59
  * @FilePath: \bigScreen\src\views\pd\components\dynamicPanel.vue
  * @Description: 
  * 
@@ -92,6 +92,101 @@
       },
       seventime: 30000
     },
+
+    {
+      key: 2,
+      title: '典型案例2',
+      content: '化工集中区企业储罐区泄漏事件: 添光钛业施工人员在硫磺库北面动土作业,把天然气输送管道挖断,天然气大量泄漏,引起爆炸,爆炸引起硫酸输送管道破损和着火,如不采取措施,将造成污染事故,影响到宜黄河及抚河水质。',
+
+      oneCentent: '2024年X月X日X时,添光钛业施工人员在硫磺库北面动土作业,把天然气输送管道挖断,天然气大量泄漏,引起爆炸,爆炸引起硫酸输送管道破损和着火,如不采取措施,将造成污染事故,影响到宜黄河及抚河水质',
+      onePointPosition: {
+        lng: 116.28658339,
+        lat: 27.99550926,
+        ele: 52
+      },
+      onetime: 0,
+
+      twoContent: '开启截流阀,利用企业应急池与雨水池蓄污。',
+      twoPointPosition: {
+        lng: 116.285503,
+        lat: 27.995922,
+        ele: 53
+      },
+      twotime: 5000,
+
+      /* lineCenter: {
+        lng: 116.26874426,
+        lat: 28.03448151
+      },
+      linePosition: '116.26858421,28.03438206,50;116.26890074,28.03457406,50',
+      lineTime: 5000, */
+
+      threeContent: '利用临时转输设备将多余污水转输至东北方坑塘。',
+      threePointPosition: {
+        lng: 116.290782,
+        lat: 27.996336,
+        ele: 39
+      },
+      threetime: 15000,
+
+      fourContent: '利用山下闸阻断园区污水外流。',
+      fourPointPosition: {
+        lng: 116.314202,
+        lat: 28.039083,
+        ele: 30
+      },
+      fourtime: 15000,
+    },
+    {
+      key: 3,
+      title: '典型案例3',
+      content: '危险化学品泄露事故: 危化品停车场一辆硫酸槽罐车发生泄露,大量盐酸流至路面,如不采取措施,将造成污染事故,影响到赣江下游水质。',
+
+      showModel: true,
+
+
+      oneCentent: '2024年09月16日14时,危化品停车场一辆硫酸槽罐车发生泄露,大量盐酸流至路面。',
+      onePointPosition: {
+        lng: 115.10639803,
+        lat: 27.27848014
+      },
+      onetime: 10000,
+
+      twoContent: '立即关闭雨水闸阀。',
+      twoPointPosition: {
+        lng: 115.10665321,
+        lat: 27.27720681
+      },
+      twotime: 13000,
+
+      threeContent: '必要时调度金龙水库清水。',
+      threePointPosition: {
+        lng: 115.10488545,
+        lat: 27.27678110
+      },
+      threetime: 13000,
+
+      fourContent: '转输至江西粤鹏环保高新技术开发有限公司事故应急池。',
+      fourPointPosition: {
+        lng: 115.10499264,
+        lat: 27.28048591
+      },
+      fourtime: 18000,
+
+      fiveContent: '转输至江西腾龙源环保科技有限公司事故应急池。',
+      fivePointPosition: {
+        lng: 115.10332118,
+        lat: 27.27831698
+      },
+      fivetime: 23000,
+
+      sixContent: '根据应急监测方案,立即开展监测,确保污染废水未进入外界水体。',
+      sixPointPosition: {
+        lng: 115.10665321,
+        lat: 27.27720681
+      },
+      sixtime: 28000,
+    },
   ]
 })
 
@@ -145,7 +240,7 @@
   let u = new SpeechSynthesisUtterance()
   let voices = synth.getVoices()
   u.text = msg
-  u.rate = 2
+  u.rate = 1.5
   let findObj = voices.some(voice => voice.lang == 'zh-CN')
 
   if (!findObj) {

--
Gitblit v1.9.3