+
liuyg
2021-12-31 85eda2500783417482c1baa708291c9eff8405b9
+
1 files modified
2 ■■■ changed files
src/store/modules/mobile.js 2 ●●● patch | view | raw | blame | history
src/store/modules/mobile.js
@@ -102,7 +102,7 @@
        //切换2D和2.5D
        MSET_DIMENSION(state, data) {
            state.dimension = data;
            if (data == "2D") {
            if (data == "2D") { // 改数据为3d数据
                state.dimensionData = {// 维度镜头数据
                    heading: 0,
                    pitch: -90,