|
|
@@ -20,7 +20,7 @@ export function WXdigest() {
|
|
|
getTicketFun(['getCurExternalContact'], 'agentConfig')
|
|
|
.then((res) => {
|
|
|
window.open(
|
|
|
- `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${res.appId}&redirect_uri=https://ssbsfatest.nipponpaint.com.cn/mobile&response_type=code&scope=SCOPE&state=STATE#wechat_redirect`
|
|
|
+ `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${res.appId}&redirect_uri=https://ssbsfatest.nipponpaint.com.cn&response_type=code&scope=SCOPE&state=STATE#wechat_redirect`
|
|
|
);
|
|
|
// 获取用户code
|
|
|
// getWeChatCode();
|