From 638b3c635aaa47e5cae723466ca8a11df59877bf Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 08 Jan 2022 17:33:14 +0800
Subject: [PATCH] +加入导航

---
 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 a7bfdf5..9f6fe03 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -21,6 +21,10 @@
   dimensionData: (state) => state.mobile.dimensionData, // 维度镜头数据
   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, //路线导航终点数据
 };
 
 const navigation = {

--
Gitblit v1.9.3