孙志雷 6 년 전
부모
커밋
e95bf01339
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      index.html

+ 2 - 0
index.html

@@ -35,6 +35,8 @@
                 //alert('已失效,请重新打开')
             }
         });
+     } else {
+        window.location = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx75a6f8d1b4a850d7&redirect_uri=https%3A%2F%2Factivity.lingjiao.cn%2Fanswer%2Findex.html&response_type=code&scope=snsapi_userinfo&state=12345#wechat_redirect';
      }
     </script>
 </body>