lrf402788946 il y a 4 ans
Parent
commit
4a29814234
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/service/weixin.js

+ 1 - 1
app/service/weixin.js

@@ -17,7 +17,7 @@ class WeixinAuthService extends AxiosService {
     this.prefix = 'visit-auth:';
     this.jsapiKey = 'visit-access_token';
     this.wxInfo = ctx.app.config.wxapi;
-    this.authBackUrl = `${ctx.app.config.baseUrl}/api/visit/authBack`;
+    this.authBackUrl = '/api/visit/authBack'; // ${ctx.app.config.baseUrl}
   }
   /**
    * 网页授权