From b3dfb58acba1eda7c45d949a3e67fcb849509dec Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 31 八月 2023 16:46:52 +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 b115d35..a362c16 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -29,6 +29,7 @@ }, restLayer: false, isShowMap: true, + spatialTitle: null, }, mutations: { //鑾峰彇鐧诲綍Code -- Gitblit v1.9.3