@@ -19,9 +19,9 @@ 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&response_type=code&scope=SCOPE&state=STATE#wechat_redirect`
- );
+ // window.open(
+ // `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();
})