From ead73b4e3a20d15d03ed662fe1850393a4decfa3 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Mar 2022 18:12:12 +0800
Subject: [PATCH] viewer更改
---
src/store/getters.js | 17 +++++++++++++----
1 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/src/store/getters.js b/src/store/getters.js
index 58948d9..3bc74fb 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -33,7 +33,10 @@
showActivity: (state) => state.mobile.showActivity, // 显影活动弹窗
showActivityData: (state) => state.mobile.showActivityData, // 活动弹窗数据
isOpenDrawALineMany: (state) => state.mobile.isOpenDrawALineMany, // 显影活动弹窗
- seeRight: (state) => state.mobile.seeRight // 右侧控制栏显影
+ seeRight: (state) => state.mobile.seeRight, // 右侧控制栏显影
+
+ urlParameterData: (state) => state.mobile.urlParameterData // url参数
+
}
const navigation = {
@@ -57,7 +60,7 @@
...mobile,
...navigation,
...search,
- viewer: (state) => state.viewer.viewer,
+ viewerExist: (state) => state.viewer.viewerExist,
twoOrThree: (state) => state.viewer.twoOrThree,
popupBgUrl: (state) => state.popupParams.popupBgUrl,
pupupQRUrl: (state) => state.popupParams.pupupQRUrl,
@@ -79,7 +82,13 @@
addTagPopup: (state) => state.popupParams.addTagPopup,
addTagPosition: (state) => state.popupParams.addTagPosition,
- addSignList: (state) => state.popupParams.addSignList
+ addSignList: (state) => state.popupParams.addSignList,
+ nowlabelLayerData: (state) => state.popupParams.nowlabelLayerData, // 自定义标签数据
+ labelLayerDataShow: (state) => state.popupParams.labelLayerDataShow, // 自定义标签弹窗显示
+ closeMapClick: (state) => state.popupParams.closeMapClick, // 关闭地图点击,防止新增标签误触
+
+ addIconsLayerIconPopup: (state) => state.popupParams.addIconsLayerIconPopup, // 自定义标签编辑窗口
+ addIconsLayerIconPosition: (state) => state.popupParams.addIconsLayerIconPosition // 自定义标签编辑窗口
}
-export default getters
\ No newline at end of file
+export default getters
--
Gitblit v1.9.3