+
liuyg
2021-12-15 b403fa7ef4b0953a50a162db396aeb006ce52f85
1
2
3
4
5
6
7
const getters = {
    viewer: state => state.viewer.viewer,
    popupBgUrl: state => state.popupParams.popupBgUrl,
    pupupQRUrl: state => state.popupParams.pupupQRUrl,
    mviewer: state => state.mobile.mviewer
}
export default getters