shuishen
2021-12-31 19621635052322005f31579f7f3d481750898d7c
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 = {