snow 2 年之前
父節點
當前提交
b5f3558609
共有 5 個文件被更改,包括 1 次插入54 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.db62d7a2.js
  3. 二進制
      dist/static/js/app.db62d7a2.js.gz
  4. 0 52
      src/pages/login.vue
  5. 1 2
      src/pages/report.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.db62d7a2.js


二進制
dist/static/js/app.475a0076.js.gz → dist/static/js/app.db62d7a2.js.gz


+ 0 - 52
src/pages/login.vue

@@ -14,58 +14,6 @@ export default {
       const scope = 'snsapi_userinfo'
       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}&response_type=code&scope=${scope}&state=${state}#wechat_redirect`
       window.location.href = url
       window.location.href = url
-      // this.initWechatSdk()
   },
   },
-  methods:{
-    // async initWechatSdk(){
-      // try{
-        // const result = await asyncRequest.signature({url: "http://depart.test241.wanyuhengtong.com/#/"})
-        // switch(Number(result.code)){
-        //   case 0:
-        //     const redirect = encodeURIComponent(config.redirect)
-        //     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=${result.appId}&redirect_uri=${redirect}&response_type=code&scope=${scope}&state=${state}#wechat_redirect`
-            // window.location.href = url
-            // wx.config({
-            //    debug: false,
-            //    appId: result.data.appid,
-            //    timestamp: result.data.timestamp,
-            //    nonceStr: result.data.noncestr,
-            //    signature: result.data.signature,
-            //    jsApiList: ['login']
-            // })
-
-            // wx.ready(function(){
-            //    wx.checkJsApi({
-            //       jsApiList: ['login'],
-            //       success:function(res){
-            //         if(res.checkResult.login){
-            //           wx.login({
-            //             success:function(res){
-            //               console.log(res)
-            //             },
-            //             fail:function(res){}
-            //           })
-            //         }
-            //       },
-            //       fail:function(res){
-            //         alert('line-109')
-            //       }
-            //   })
-            // })
-          
-            // wx.error(function (res) {
-            //   alert(JSON.stringify(res) + '115')
-            // })
-            // break
-          // default:
-            // break
-        // }
-      // }catch(error){
-        // console.log(error)
-      // }
-    // },
-  }
 }
 }
 </script>
 </script>

+ 1 - 2
src/pages/report.vue

@@ -55,7 +55,6 @@
 </template>
 </template>
 <script>
 <script>
 import asyncRequest from "@/api/index"
 import asyncRequest from "@/api/index"
-// import config from "@/config"
 import { getParameterByName } from "../utils/auth"
 import { getParameterByName } from "../utils/auth"
 export default {
 export default {
   name:'report',
   name:'report',
@@ -76,7 +75,7 @@ export default {
     }
     }
   },
   },
   async mounted(){
   async mounted(){
-    const result = asyncRequest.userinfo({code:getParameterByName('code')})
+    const result = await asyncRequest.userinfo({code:getParameterByName('code')})
     alert(JSON.stringify(result))
     alert(JSON.stringify(result))
   },
   },
   methods: {
   methods: {

Some files were not shown because too many files changed in this diff