const getters = { viewer: state => state.viewer.viewer, popupBgUrl: state => state.popupParams.popupBgUrl, pupupQRUrl: state => state.popupParams.pupupQRUrl, mviewer: state => state.mobile.mviewer, mBigPopup: state => state.mobile.mBigPopup, mBigPopupAfter: state => state.mobile.mBigPopupAfter } export default getters