Browse Source

no message

zhujindu 8 months ago
parent
commit
341f60805a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/digest.js

+ 1 - 1
src/utils/digest.js

@@ -20,7 +20,7 @@ export function WXdigest() {
   getTicketFun(['getCurExternalContact'], 'agentConfig')
   getTicketFun(['getCurExternalContact'], 'agentConfig')
     .then((res) => {
     .then((res) => {
       window.open(
       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/mobile/&response_type=code&scope=SCOPE&state=STATE#wechat_redirect`
       );
       );
       // 获取用户code
       // 获取用户code
       // getWeChatCode();
       // getWeChatCode();