From ae9bf2f60c293633fcb08fcc9b373a7af5f6700b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 04 Jan 2022 15:55:36 +0800
Subject: [PATCH] +改变默认维度
---
src/store/modules/mobile.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/mobile.js b/src/store/modules/mobile.js
index b1e5d3d..729f721 100644
--- a/src/store/modules/mobile.js
+++ b/src/store/modules/mobile.js
@@ -30,7 +30,7 @@
},
// 默认起始点函数
startPointFn: "",
- dimension: "2.5D", // 维度
+ dimension: "3D", // 维度
dimensionData: {
// 维度镜头数据
heading: 0,
--
Gitblit v1.9.3