| | |
| | | // 手机端 |
| | | const mobile = { |
| | | // mviewer: (state) => state.mobile.mviewer, |
| | | pinchFlag: (state) => state.mobile.pinchFlag, |
| | | zoomRange: (state) => state.mobile.zoomRange, |
| | | mBigPopup: (state) => state.mobile.mBigPopup, |
| | | popupOurOpenData: (state) => state.mobile.popupOurOpenData, |
| | | popupTableName: (state) => state.mobile.popupTableName, |
| | |
| | | dimensionData: (state) => state.mobile.dimensionData, // 维度镜头数据 |
| | | perspectiveControl: (state) => state.mobile.perspectiveControl, /// 视角控制:高度、角度 ()=>{} |
| | | audioState: (state) => state.mobile.audioState, // 文字转语音状态 |
| | | // areaLayer: (state) => state.mobile.areaLayer, // |
| | | // areaLayerSelect: (state) => state.mobile.select, // |
| | | // areaLayer: (state) => state.mobile.areaLayer, // |
| | | // areaLayerSelect: (state) => state.mobile.select, // |
| | | |
| | | isOpenDrawALine: (state) => state.mobile.isOpenDrawALine, // 是否开启路线 |
| | | isendPosition: (state) => state.mobile.isendPosition, // 路线导航终点数据改变 |
| | |
| | | ...navigation, |
| | | ...search, |
| | | viewerExist: (state) => state.viewer.viewerExist, |
| | | calenderShow: (state) => state.viewer.calenderShow, |
| | | twoOrThree: (state) => state.viewer.twoOrThree, |
| | | popupBgUrl: (state) => state.popupParams.popupBgUrl, |
| | | pupupQRUrl: (state) => state.popupParams.pupupQRUrl, |
| | |
| | | addIconsLayerIconPopup: (state) => state.popupParams.addIconsLayerIconPopup, // 自定义标签编辑窗口 |
| | | addIconsLayerIconPosition: (state) => state.popupParams.addIconsLayerIconPosition // 自定义标签编辑窗口 |
| | | } |
| | | export default getters |
| | | export default getters |