| | |
| | | dimension: (state) => state.mobile.dimension, // 维度 |
| | | dimensionData: (state) => state.mobile.dimensionData, // 维度镜头数据 |
| | | perspectiveControl: (state) => state.mobile.perspectiveControl, ///视角控制:高度、角度 ()=>{} |
| | | audioState: (state) => state.mobile.audioState, //文字转语音状态 |
| | | }; |
| | | audioState: (state) => state.mobile.audioState // 文字转语音状态 |
| | | } |
| | | |
| | | const navigation = { |
| | | campusNavFlag: (state) => state.navigation.campusNavFlag, |
| | | comeName: (state) => state.navigation.comeName, |
| | | getToName: (state) => state.navigation.getToName, |
| | | }; |
| | | getToName: (state) => state.navigation.getToName |
| | | } |
| | | |
| | | const search = { |
| | | orgNavBarFlag: (state) => state.search.orgNavBarFlag, |
| | |
| | | orgNavBarList: (state) => state.search.orgNavBarList, |
| | | arcNavBarFlag: (state) => state.search.arcNavBarFlag, |
| | | arcNavBarTitle: (state) => state.search.arcNavBarTitle, |
| | | arcNavBarCode: (state) => state.search.arcNavBarCode, |
| | | }; |
| | | arcNavBarCode: (state) => state.search.arcNavBarCode |
| | | } |
| | | |
| | | const getters = { |
| | | ...mobile, |
| | | ...navigation, |
| | | ...search, |
| | | viewer: (state) => state.viewer.viewer, |
| | | twoOrThree: (state) => state.viewer.twoOrThree, |
| | | popupBgUrl: (state) => state.popupParams.popupBgUrl, |
| | | pupupQRUrl: (state) => state.popupParams.pupupQRUrl, |
| | | pointPosition: (state) => state.popupParams.pointPosition, |
| | |
| | | detailsPopup: (state) => state.popupParams.detailsPopup, |
| | | popupImgAtlas: (state) => state.popupParams.popupImgAtlas, |
| | | teachList: (state) => state.popupParams.teachList, |
| | | liveList: (state) => state.popupParams.liveList, |
| | | }; |
| | | export default getters; |
| | | liveList: (state) => state.popupParams.liveList |
| | | } |
| | | export default getters |