snow 1 년 전
부모
커밋
3337173fd3
4개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.008d4347.js
  3. 0 0
      dist/static/js/app.008d4347.js.gz
  4. 2 2
      src/pages/login.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


+ 0 - 0
dist/static/js/app.ad591720.js → dist/static/js/app.008d4347.js


+ 0 - 0
dist/static/js/app.ad591720.js.gz → dist/static/js/app.008d4347.js.gz


+ 2 - 2
src/pages/login.vue

@@ -7,10 +7,10 @@ import config from "@/config"
 export default {
   name:'login',
   async mounted () {
-      const redirect = encodeURIComponent('http://rep.caixiao365.com/')
+      const redirect_url = encodeURIComponent('http://rep.caixiao365.com/')
       var state = 'wx_' + Math.random().toString(36).substr(2, 15)
       const scope = 'snsapi_userinfo'
-      const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${config.appId}&redirect_uri=${redirect}&response_type=code&scope=${scope}&state=${state}#wechat_redirect`
+      const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${config.appId}&redirect_uri=${redirect_url}&response_type=code&scope=${scope}&state=${state}#wechat_redirect`
       window.location.href = url
   }
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.