shuishen
2021-12-15 485b6c1599b0c98160ebf0d8eff6c41693236208
src/store/getters.js
@@ -1,7 +1,11 @@
const getters = {
    viewer: state => state.viewer.viewer,
    mviewer: state => state.mobile.mviewer,
    popupBgUrl: state => state.popupParams.popupBgUrl,
    pupupQRUrl: state => state.popupParams.pupupQRUrl,
    mviewer: state => state.mobile.mviewer
    pointPosition: state => state.popupParams.pointPosition,
    terminus: state => state.popupParams.terminus,
    startingPoint: state => state.popupParams.startingPoint,
    stateName: state => state.popupParams.stateName
}
export default getters