+
liuyg
2021-12-31 6851cc1e217a2af9ae62ebb3bf28e00a0d8ddadb
+
1 files modified
5 ■■■■■ changed files
src/store/modules/mobile.js 5 ●●●●● patch | view | raw | blame | history
src/store/modules/mobile.js
@@ -30,7 +30,6 @@
        },
        // 默认起始点函数
        startPointFn: '',
<<<<<<< HEAD
        dimension: "2.5D",// 维度
        dimensionData: {// 维度镜头数据
            heading: 0,
@@ -39,10 +38,6 @@
        },
        perspectiveControl: '',//视角控制:高度、角度  ()=>{}
        perspectiveControls: '',//视角控制:高度、角度  ()=>{}
=======
        dimension: '2D', // 维度
        perspectiveControl: '' // 视角控制:高度、角度  ()=>{}
>>>>>>> 19621635052322005f31579f7f3d481750898d7c
    },
    mutations: {
        MSET_VIEWER(state, viewer) {