From ab8f3297f7c8243d486c9da0900e4f813b2ea2df Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期三, 27 十一月 2024 17:16:46 +0800
Subject: [PATCH] 功能更新

---
 src/store/modules/mapLayers.js |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/src/store/modules/mapLayers.js b/src/store/modules/mapLayers.js
index 901332e..f161ca6 100644
--- a/src/store/modules/mapLayers.js
+++ b/src/store/modules/mapLayers.js
@@ -6,17 +6,23 @@
     mapInfo: [],
     msgList: [],
     disasterSnow: {
-        title:"闆�",
-        val:[]
+        title: '闆�',
+        val: [],
     },
     disasterRain: {
-        title:"闆�",
-        val:[]
+        title: '闆�',
+        val: [],
     },
     disasterFire: {
-        title:"鐏�",
-        val:[]
+        title: '鐏�',
+        val: [],
     },
+    weatherFlag: 2,
+    weatherMsg: {
+        name:'',
+        data:[]
+    },
+    msgInfoData:null,
 };
 
 const mutations = {

--
Gitblit v1.9.3