From 95db84d44298bf695b843d7555d671a41595c814 Mon Sep 17 00:00:00 2001
From: WX <1377869194@qq.com>
Date: 星期四, 13 七月 2023 10:21:54 +0800
Subject: [PATCH] 1

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

diff --git a/src/store/index.ts b/src/store/index.ts
index d0d113c..f9376c1 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -16,6 +16,7 @@
       count: 0,
       obj: null,
     },
+    chekNowLayers: [],
   },
   mutations: {
     //鑾峰彇鐧诲綍Code
@@ -32,6 +33,9 @@
       state.token = token;
       setToken(token);
     },
+    SET_CHECKLAYER(state, layers) {
+      state.chekNowLayers = layers;
+    },
   },
   actions: {},
   modules: {},

--
Gitblit v1.9.3