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

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


二進制
dist/static/js/app.2aa2ed56.js.gz


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


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


+ 18 - 18
src/pages/login.vue

@@ -5,7 +5,7 @@
 
 
 <script>
 <script>
 import config from "@/config"
 import config from "@/config"
-import asyncRequest from "@/api/index"
+// import asyncRequest from "@/api/index"
 export default {
 export default {
   name:'login',
   name:'login',
   async mounted () {
   async mounted () {
@@ -17,15 +17,15 @@ export default {
       // this.initWechatSdk()
       // this.initWechatSdk()
   },
   },
   methods:{
   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`
+    // 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
             // window.location.href = url
             // wx.config({
             // wx.config({
             //    debug: false,
             //    debug: false,
@@ -58,14 +58,14 @@ export default {
             // wx.error(function (res) {
             // wx.error(function (res) {
             //   alert(JSON.stringify(res) + '115')
             //   alert(JSON.stringify(res) + '115')
             // })
             // })
-            break
-          default:
-            break
-        }
-      }catch(error){
-        console.log(error)
-      }
-    },
+            // break
+          // default:
+            // break
+        // }
+      // }catch(error){
+        // console.log(error)
+      // }
+    // },
   }
   }
 }
 }
 </script>
 </script>

+ 1 - 1
src/pages/report.vue

@@ -77,7 +77,7 @@ export default {
   },
   },
   async mounted(){
   async mounted(){
     const result = asyncRequest.userinfo({code:getParameterByName('code')})
     const result = asyncRequest.userinfo({code:getParameterByName('code')})
-    console.log(result)
+    alert(JSON.stringify(result))
   },
   },
   methods: {
   methods: {
     transformTime() {
     transformTime() {

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