+
liuyg
2021-12-15 b7c39e4ccd65249dc385d76d08ed59834f83ad97
1
2
3
4
5
6
7
8
9
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