From cfa95f03007b221f1e00f4bf5cd29c3ccea3a0a7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 09 Feb 2022 10:26:00 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/store/getters.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/store/getters.js b/src/store/getters.js
index 1604896..a9348c2 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -22,6 +22,7 @@
perspectiveControl: (state) => state.mobile.perspectiveControl, /// 视角控制:高度、角度 ()=>{}
audioState: (state) => state.mobile.audioState, // 文字转语音状态
areaLayer: (state) => state.mobile.areaLayer, // 文字转语音状态
+ areaLayerSelect: (state) => state.mobile.select, // 文字转语音状态
isOpenDrawALine: (state) => state.mobile.isOpenDrawALine, // 是否开启路线
isendPosition: (state) => state.mobile.isendPosition, // 路线导航终点数据改变
@@ -30,6 +31,7 @@
choiceRouterS: (state) => state.mobile.choiceRouterS, // 当前选择路径
showActivity: (state) => state.mobile.showActivity, // 显影活动弹窗
+ showActivityData: (state) => state.mobile.showActivityData, // 活动弹窗数据
isOpenDrawALineMany: (state) => state.mobile.isOpenDrawALineMany, // 显影活动弹窗
};
@@ -46,6 +48,8 @@
arcNavBarFlag: (state) => state.search.arcNavBarFlag,
arcNavBarTitle: (state) => state.search.arcNavBarTitle,
arcNavBarCode: (state) => state.search.arcNavBarCode,
+ searchPopupFlag: (state) => state.search.searchPopupFlag,
+ searchPopupList: (state) => state.search.searchPopupList,
};
const getters = {
--
Gitblit v1.9.3