From a77448eb072f10dd3827694140f87c3069b1dba4 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期六, 07 十月 2023 11:14:40 +0800 Subject: [PATCH] 代码更新 --- src/utils/store.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/utils/store.js b/src/utils/store.js index 728f311..68e01e7 100644 --- a/src/utils/store.js +++ b/src/utils/store.js @@ -8,6 +8,10 @@ list: {}, show: false }, + queryLayer: { + data: null, + isShow: false, + }, setPoplayerListAction(newValue) { if (this.debug) { } this.Poplayer.list = newValue -- Gitblit v1.9.3