const constant = { avatar: 'vuex_avatar', name: 'vuex_name', roles: 'vuex_roles', permissions: 'vuex_permissions', userId: 'vuex_userId', mobile: 'vuex_mobile', // 邀请人ID invitorId: 'store_invitorId', // 商户ID mchId: 'mch_id', events: { checkRegion: "checkRegion", // 选中区域 } } export default constant