lrf402788946 4 years ago
parent
commit
4a29814234
1 changed files with 1 additions and 1 deletions
  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}
   }
   /**
    * 网页授权