| | |
| | | dimensionData: (state) => state.mobile.dimensionData, // 维度镜头数据 |
| | | perspectiveControl: (state) => state.mobile.perspectiveControl, /// 视角控制:高度、角度 ()=>{} |
| | | audioState: (state) => state.mobile.audioState, // 文字转语音状态 |
| | | areaLayer: (state) => state.mobile.areaLayer, // 文字转语音状态 |
| | | |
| | | isOpenDrawALine: (state) => state.mobile.isOpenDrawALine, // 是否开启路线 |
| | | isendPosition: (state) => state.mobile.isendPosition, // 路线导航终点数据改变 |
| | |
| | | choiceRouterS: (state) => state.mobile.choiceRouterS, // 当前选择路径 |
| | | |
| | | showActivity: (state) => state.mobile.showActivity, // 显影活动弹窗 |
| | | isOpenDrawALineMany: (state) => state.mobile.isOpenDrawALineMany // 显影活动弹窗 |
| | | } |
| | | isOpenDrawALineMany: (state) => state.mobile.isOpenDrawALineMany, // 显影活动弹窗 |
| | | }; |
| | | |
| | | 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, |
| | |
| | | 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; |