From 19621635052322005f31579f7f3d481750898d7c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 31 Dec 2021 08:56:36 +0800
Subject: [PATCH] 部分更改

---
 src/store/getters.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/store/getters.js b/src/store/getters.js
index e43c4e4..09bd2e4 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -15,9 +15,9 @@
     openmobilePanorama: state => state.mobile.openmobilePanorama,
     MobileWindowsHideFixed: state => state.mobile.MobileWindowsHideFixed, // 固定窗口
     MobileWindowChangeDataFixed: state => state.mobile.MobileWindowChangeDataFixed, // 固定窗口
-    startPointFn: state => state.mobile.startPointFn,// 默认起始点位置
-    dimension: state => state.mobile.dimension,// 维度
-    perspectiveControl: state => state.mobile.perspectiveControl,///视角控制:高度、角度  ()=>{}
+    startPointFn: state => state.mobile.startPointFn, // 默认起始点位置
+    dimension: state => state.mobile.dimension, // 维度
+    perspectiveControl: state => state.mobile.perspectiveControl /// 视角控制:高度、角度  ()=>{}
 }
 
 const navigation = {

--
Gitblit v1.9.3