| | |
| | | ccDataState: state => state.mobile.ccDataState,//测试 |
| | | openmobilePanorama: state => state.mobile.openmobilePanorama, |
| | | MobileWindowsHideFixed: state => state.mobile.MobileWindowsHideFixed,//固定窗口 |
| | | MobileWindowChangeDataFixed: state => state.mobile.MobileWindowChangeDataFixed,//固定窗口 |
| | | MobileWindowChangeDataFixed: state => state.mobile.MobileWindowChangeDataFixed // 固定窗口 |
| | | } |
| | | |
| | | const navigation = { |
| | | campusNavFlag: state => state.navigation.campusNavFlag, |
| | | comeName: state => state.navigation.comeName, |
| | | getToName: state => state.navigation.getToName |
| | | } |
| | | |
| | | const search = { |
| | | orgNavBarFlag: state => state.search.orgNavBarFlag, |
| | | orgNavBarTitle: state => state.search.orgNavBarTitle, |
| | | orgNavBarList: state => state.search.orgNavBarList |
| | | } |
| | | |
| | | const getters = { |
| | | ...mobile, |
| | | ...navigation, |
| | | ...search, |
| | | viewer: state => state.viewer.viewer, |
| | | popupBgUrl: state => state.popupParams.popupBgUrl, |
| | | pupupQRUrl: state => state.popupParams.pupupQRUrl, |