From a3fadb577e4d18c1d7ff60e23be4f3d27f63b9a3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 17 Jan 2022 17:07:52 +0800
Subject: [PATCH] +

---
 src/store/getters.js |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/store/getters.js b/src/store/getters.js
index 9f54707..8e9568c 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -22,11 +22,14 @@
     perspectiveControl: (state) => state.mobile.perspectiveControl, /// 视角控制:高度、角度  ()=>{}
     audioState: (state) => state.mobile.audioState, // 文字转语音状态
 
-    isOpenDrawALine: (state) => state.mobile.isOpenDrawALine, // 是否开启路线
-    isendPosition: (state) => state.mobile.isendPosition, // 路线导航终点数据改变
-    endPosition: (state) => state.mobile.endPosition, // 路线导航终点数据
-    routerS: (state) => state.mobile.routerS, // 所有路径
-    choiceRouterS: (state) => state.mobile.choiceRouterS // 当前选择路径
+  isOpenDrawALine: (state) => state.mobile.isOpenDrawALine, // 是否开启路线
+  isendPosition: (state) => state.mobile.isendPosition, // 路线导航终点数据改变
+  endPosition: (state) => state.mobile.endPosition, // 路线导航终点数据
+  routerS: (state) => state.mobile.routerS, // 所有路径
+  choiceRouterS: (state) => state.mobile.choiceRouterS, // 当前选择路径
+
+  showActivity: (state) => state.mobile.showActivity, // 显影活动弹窗
+  isOpenDrawALineMany: (state) => state.mobile.isOpenDrawALineMany // 显影活动弹窗
 }
 
 const navigation = {

--
Gitblit v1.9.3