fix: 修复无法跳转到注册推广员页面问题
parent
c60367ffc0
commit
1692521b77
|
@ -213,9 +213,10 @@
|
||||||
if (redirectUrl) {
|
if (redirectUrl) {
|
||||||
const tenantId = this.$route.query.tenantId || ''
|
const tenantId = this.$route.query.tenantId || ''
|
||||||
const spreadId = this.$route.query.spreadId || ''
|
const spreadId = this.$route.query.spreadId || ''
|
||||||
|
const isProperty = this.$route.query.isProperty || ''
|
||||||
const wechatUrl = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=' + WX_APP_ID
|
const wechatUrl = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=' + WX_APP_ID
|
||||||
location.href =
|
location.href =
|
||||||
`${wechatUrl}&redirect_uri=${redirectUrl}${SPREAD_LINK}?tenantId=${tenantId}&spreadId=${spreadId}&response_type=code&scope=snsapi_base#wechat_redirect`
|
`${wechatUrl}&redirect_uri=${redirectUrl}${SPREAD_LINK}?tenantId=${tenantId}&spreadId=${spreadId}&isProperty=${isProperty}&response_type=code&scope=snsapi_base#wechat_redirect`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 是否扫物业二维码
|
// 是否扫物业二维码
|
||||||
|
|
Loading…
Reference in New Issue