| | |
| | | // 手机端 |
| | | const mobile = { |
| | | mviewer: state => state.mobile.mviewer, |
| | | mBigPopup: state => state.mobile.mBigPopup, |
| | | popupOurOpenData: state => state.mobile.popupOurOpenData, |
| | | popupTableName: state => state.mobile.popupTableName, |
| | | mBigPopupAfter: state => state.mobile.mBigPopupAfter, |
| | | iconHide: state => state.mobile.iconHide, |
| | | MobileWindowsHide: state => state.mobile.MobileWindowsHide,//随地图移动窗口 |
| | | MobileWindowChangeData: state => state.mobile.MobileWindowChangeData,//随地图移动窗口 |
| | | popupsDom: state => state.mobile.popupsDom, |
| | | query: state => state.mobile.query, |
| | | openmobileGoTo: state => state.mobile.openmobileGoTo, |
| | | openmobilePanorama: state => state.mobile.openmobilePanorama, |
| | | MobileWindowsHideFixed: state => state.mobile.MobileWindowsHideFixed,//固定窗口 |
| | | MobileWindowChangeDataFixed: state => state.mobile.MobileWindowChangeDataFixed,//固定窗口 |
| | | } |
| | | const getters = { |
| | | ...mobile, |
| | | viewer: state => state.viewer.viewer, |
| | | popupBgUrl: state => state.popupParams.popupBgUrl, |
| | | pupupQRUrl: state => state.popupParams.pupupQRUrl, |
| | | mviewer: state => state.mobile.mviewer, |
| | | mBigPopup: state => state.mobile.mBigPopup, |
| | | mBigPopupAfter: state => state.mobile.mBigPopupAfter |
| | | pointPosition: state => state.popupParams.pointPosition, |
| | | terminus: state => state.popupParams.terminus, |
| | | startingPoint: state => state.popupParams.startingPoint, |
| | | stateName: state => state.popupParams.stateName, |
| | | siteName: state => state.popupParams.siteName, |
| | | telephone: state => state.popupParams.telephone, |
| | | introduceText: state => state.popupParams.introduceText, |
| | | panoramaUrl: state => state.popupParams.panoramaUrl, |
| | | detailsPopup: state => state.popupParams.detailsPopup, |
| | | panoramaPopup: state => state.popupParams.panoramaPopup, |
| | | popupImgAtlas: state => state.popupParams.popupImgAtlas, |
| | | teachList: state => state.popupParams.teachList, |
| | | liveList: state => state.popupParams.liveList |
| | | } |
| | | export default getters |