소스 검색

no message

linwenxin 1 년 전
부모
커밋
b7310e66f7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/App.vue

+ 2 - 2
src/App.vue

@@ -35,7 +35,7 @@ function getQueryVariable(variable) {
         if (isAuthorization) {
           alert(1)
           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`;
+          const href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxaddd13c267e81e70&redirect_uri=${url}&response_type=code&scope=snsapi_userinfo#wechat_redirect`;
           window.location.href = href;
         } else {
           var code = getQueryVariable('code');
@@ -45,7 +45,7 @@ function getQueryVariable(variable) {
           } else if (!uni.getStorageSync('code')) {
             alert("重定向")
             const url = location.href;
-            const href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxd935838591c00e16&redirect_uri=${url}&response_type=code&scope=snsapi_userinfo#wechat_redirect`;
+            const href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxaddd13c267e81e70&redirect_uri=${url}&response_type=code&scope=snsapi_userinfo#wechat_redirect`;
             window.location.href = href;
           }
         }