| | |
| | | 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, |
| | | DC: state => state.mobile.DC, |
| | | MobileWindowsHide: state => state.mobile.MobileWindowsHide, |
| | | MobileWindowChangeData: state => state.mobile.MobileWindowChangeData, |
| | | 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 |
| | | openmobilePanorama: state => state.mobile.openmobilePanorama, |
| | | MobileWindowsHideFixed: state => state.mobile.MobileWindowsHideFixed,//固定窗口 |
| | | MobileWindowChangeDataFixed: state => state.mobile.MobileWindowChangeDataFixed,//固定窗口 |
| | | } |
| | | const getters = { |
| | | ...mobile, |