From 97277a2c41d80bbf375f88a47e242f1b17602b2b Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期三, 29 十一月 2023 16:53:10 +0800 Subject: [PATCH] 发布管理修改 --- src/store/index.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index daaf173..c2817f0 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -83,7 +83,8 @@ falg: false, gid: null, val: null - } + }, + setChangeBaseMap:true, }, mutations: { UPDATE_LISTEN_TIME(state, msg) { -- Gitblit v1.9.3