| | |
| | | MobileWindowChangeDataFixed: state => state.mobile.MobileWindowChangeDataFixed, // 固定窗口 |
| | | startPointFn: state => state.mobile.startPointFn,// 默认起始点位置 |
| | | dimension: state => state.mobile.dimension,// 维度 |
| | | dimensionData: state => state.mobile.dimensionData,// 维度镜头数据 |
| | | perspectiveControl: state => state.mobile.perspectiveControl,///视角控制:高度、角度 ()=>{} |
| | | } |
| | | |
| | |
| | | const search = { |
| | | orgNavBarFlag: state => state.search.orgNavBarFlag, |
| | | orgNavBarTitle: state => state.search.orgNavBarTitle, |
| | | orgNavBarList: state => state.search.orgNavBarList |
| | | orgNavBarList: state => state.search.orgNavBarList, |
| | | arcNavBarFlag: state => state.search.arcNavBarFlag, |
| | | arcNavBarTitle: state => state.search.arcNavBarTitle, |
| | | arcNavBarCode: state => state.search.arcNavBarCode |
| | | } |
| | | |
| | | const getters = { |
| | |
| | | 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, |
| | | monitorUrl: state => state.popupParams.monitorUrl, |
| | | monitorPopup: state => state.popupParams.monitorPopup, |
| | | detailsPopup: state => state.popupParams.detailsPopup, |
| | | popupImgAtlas: state => state.popupParams.popupImgAtlas, |
| | | teachList: state => state.popupParams.teachList, |
| | | liveList: state => state.popupParams.liveList |