@@ -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://suishenbangtest.nipponpaint.com.cn/&response_type=code&scope=SCOPE&state=STATE#wechat_redirect`
+ `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${res.appId}&redirect_uri=https://suishenbangtest.nipponpaint.com.cn/order/home&response_type=code&scope=SCOPE&state=STATE#wechat_redirect`
);
// 获取用户code
// getWeChatCode();