| | |
| | | //手机端 |
| | | let mobile = { |
| | | // 手机端 |
| | | const mobile = { |
| | | mviewer: state => state.mobile.mviewer, |
| | | mBigPopup: state => state.mobile.mBigPopup, |
| | | mBigPopupAfter: state => state.mobile.mBigPopupAfter, |
| | |
| | | terminus: state => state.popupParams.terminus, |
| | | startingPoint: state => state.popupParams.startingPoint, |
| | | stateName: state => state.popupParams.stateName, |
| | | siteName: state => state.popupParams.siteName, |
| | | introduceText: state => state.popupParams.introduceText, |
| | | panoramaUrl: state => state.popupParams.panoramaUrl, |
| | | detailsPopup: state => state.popupParams.detailsPopup, |
| | | panoramaPopup: state => state.popupParams.panoramaPopup |
| | | } |
| | | export default getters |