From 77f9937b32f67f5b7d5476b0a1db19956702c0c8 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期二, 10 十月 2023 09:45:34 +0800 Subject: [PATCH] 代码更新 --- src/store/index.ts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/store/index.ts b/src/store/index.ts index e7ecb4e..c95bf39 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -41,6 +41,11 @@ getData: {}, }, loading: false, + temporaryLayer: null, + editTemporaryId: null, + setEditTemporaryShow: false, + editTemporarName: null, + editTemporaryback: null, }, mutations: { // SET_plotting(state, obj) { -- Gitblit v1.9.3