linwenxin vor 1 Jahr
Ursprung
Commit
4d2343ab15
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -33,7 +33,7 @@ function getQueryVariable(variable) {
         // 微信鉴权登入
         var isAuthorization = getQueryVariable('isAuthorization');
         if (isAuthorization) {
-          var url = 'https://jiasm.zfire.top/recycleh5';
+          var url = 'https://jiasm.zfire.top/recycleh5/#/pages/login/indexs';
           const href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxd935838591c00e16&redirect_uri=${url}&response_type=code&scope=snsapi_userinfo#wechat_redirect`;
           window.location.href = href;
         } else {