From bfe436e493006bea75d32383d6bdfc0af8c7e5d0 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期四, 19 十月 2023 13:44:19 +0800 Subject: [PATCH] 图层组透明度,临时图层组 --- src/store/index.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/store/index.ts b/src/store/index.ts index c95bf39..532ea9b 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -46,6 +46,7 @@ setEditTemporaryShow: false, editTemporarName: null, editTemporaryback: null, + layerGroups:null, }, mutations: { // SET_plotting(state, obj) { -- Gitblit v1.9.3