const popupParams = { state: { popupBgUrl: null, pupupQRUrl: null, terminus: null, startingPoint: null, pointPosition: null, stateName: null }, mutations: { SET_POPUPBGURL(state, popupBgUrl) { state.popupBgUrl = popupBgUrl }, SET_POPUPQRURL(state, pupupQRUrl) { state.pupupQRUrl = pupupQRUrl }, SET_TERMINUS (state, terminus) { state.terminus = terminus }, SET_STARTINGPOINT (state, startingPoint) { state.startingPoint = startingPoint }, SET_POINTPOSITION (state, pointPosition) { state.pointPosition = pointPosition }, SET_STATENAME (state, stateName) { state.stateName = stateName } }, actions: { } } export default popupParams