From e6a60101c210494ea716e32632c4ed52fd4f7174 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期三, 12 七月 2023 17:10:57 +0800 Subject: [PATCH] 空间查询修改 --- 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