From dae8fb08b9ff7327da86ed249c9c97a87c90e6f2 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 16 五月 2023 18:05:34 +0800
Subject: [PATCH] 发布管理,图层管理修改

---
 src/store/index.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index 934fde3..0fd9f4b 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -77,8 +77,12 @@
     setAlphaList: [],
     isProjectLayer: [],
     pigCode: null,
+    listenTime: null,
   },
   mutations: {
+    UPDATE_LISTEN_TIME(state, msg) {
+      state.listenTime = msg;
+    },
     //鑾峰彇鏉冮檺鍚堥泦
     getPermsEntity(state, msg) {
       state.permsEntity = msg;

--
Gitblit v1.9.3