lsc 5 hours ago
parent
commit
7cdcf10e1f

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


File diff suppressed because it is too large
+ 1 - 1
dist/report.html


+ 1 - 1
dist/static/css/chunk-e7a0ca5c.0a56a912.css → dist/static/css/chunk-507a53f6.6eb125d1.css

@@ -1 +1 @@
-.wechat-auth-container[data-v-cb8f7232]{min-height:100vh;background:-webkit-linear-gradient(315deg,#667eea,#764ba2);background:linear-gradient(135deg,#667eea,#764ba2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:.53333rem}.wechat-auth-container .auth-content[data-v-cb8f7232]{background:#fff;border-radius:.42667rem;padding:1.06667rem .8rem;text-align:center;box-shadow:0 .26667rem .8rem rgba(0,0,0,.1);max-width:10.66667rem;width:100%}.wechat-auth-container .auth-content .logo[data-v-cb8f7232]{margin-bottom:.8rem}.wechat-auth-container .auth-content .logo img[data-v-cb8f7232]{width:2.13333rem;height:2.13333rem;border-radius:50%}.wechat-auth-container .auth-content .auth-status .van-icon[data-v-cb8f7232],.wechat-auth-container .auth-content .auth-status .van-loading[data-v-cb8f7232]{margin-bottom:.53333rem}.wechat-auth-container .auth-content .auth-status p[data-v-cb8f7232]{margin:.26667rem 0;font-size:.42667rem;color:#333}.wechat-auth-container .auth-content .auth-status p.user-info[data-v-cb8f7232]{font-size:.37333rem;color:#666;margin-top:.26667rem}.wechat-auth-container .auth-content .auth-status p.auth-desc[data-v-cb8f7232]{font-size:.37333rem;color:#999;margin:.4rem 0 .66667rem}.wechat-auth-container .auth-content .auth-status p.error-message[data-v-cb8f7232]{font-size:.37333rem;color:#ee0a24;margin:.4rem 0 .66667rem}.wechat-auth-container .auth-content .auth-status .van-button[data-v-cb8f7232]{margin-top:.53333rem;width:5.33333rem;height:1.17333rem;border-radius:.58667rem}@media (max-width:480px){.wechat-auth-container[data-v-cb8f7232]{padding:.26667rem}.wechat-auth-container .auth-content[data-v-cb8f7232]{padding:.8rem .53333rem}.wechat-auth-container .auth-content .auth-status .van-button[data-v-cb8f7232]{width:100%}}
+.wechat-auth-container[data-v-5650409a]{min-height:100vh;background:-webkit-linear-gradient(315deg,#667eea,#764ba2);background:linear-gradient(135deg,#667eea,#764ba2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:.53333rem}.wechat-auth-container .auth-content[data-v-5650409a]{background:#fff;border-radius:.42667rem;padding:1.06667rem .8rem;text-align:center;box-shadow:0 .26667rem .8rem rgba(0,0,0,.1);max-width:10.66667rem;width:100%}.wechat-auth-container .auth-content .logo[data-v-5650409a]{margin-bottom:.8rem}.wechat-auth-container .auth-content .logo img[data-v-5650409a]{width:2.13333rem;height:2.13333rem;border-radius:50%}.wechat-auth-container .auth-content .auth-status .van-icon[data-v-5650409a],.wechat-auth-container .auth-content .auth-status .van-loading[data-v-5650409a]{margin-bottom:.53333rem}.wechat-auth-container .auth-content .auth-status p[data-v-5650409a]{margin:.26667rem 0;font-size:.42667rem;color:#333}.wechat-auth-container .auth-content .auth-status p.user-info[data-v-5650409a]{font-size:.37333rem;color:#666;margin-top:.26667rem}.wechat-auth-container .auth-content .auth-status p.auth-desc[data-v-5650409a]{font-size:.37333rem;color:#999;margin:.4rem 0 .66667rem}.wechat-auth-container .auth-content .auth-status p.error-message[data-v-5650409a]{font-size:.37333rem;color:#ee0a24;margin:.4rem 0 .66667rem}.wechat-auth-container .auth-content .auth-status .van-button[data-v-5650409a]{margin-top:.53333rem;width:5.33333rem;height:1.17333rem;border-radius:.58667rem}@media (max-width:480px){.wechat-auth-container[data-v-5650409a]{padding:.26667rem}.wechat-auth-container .auth-content[data-v-5650409a]{padding:.8rem .53333rem}.wechat-auth-container .auth-content .auth-status .van-button[data-v-5650409a]{width:100%}}

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-507a53f6.704cba18.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-e7a0ca5c.a9cf5fd9.js


+ 17 - 15
src/views/wechatAuth/index.vue

@@ -264,23 +264,25 @@ export default {
     },
     async getLogin() {
       this.loading = true
-      const userid = await this.login()
-      let redirect_uri = Cookies.get('redirectUri')
-      if (!redirect_uri || redirect_uri === 'undefined') {
-        redirect_uri = ''
-      }
-      this.Loading = false
-      console.log(redirect_uri)
-      if (userid) {
-        if (redirect_uri) {
-          // Cookies.remove('redirectUri')
-          window.location.href = redirect_uri
-        } else {
-          this.$router.replace('/appStoreCopy')
+      try{
+        const userid = await this.login()
+        let redirect_uri = Cookies.get('redirectUri')
+        if (!redirect_uri || redirect_uri === 'undefined') {
+          redirect_uri = ''
+        }
+        this.Loading = false
+        console.log(redirect_uri)
+        if (userid) {
+          if (redirect_uri) {
+            // Cookies.remove('redirectUri')
+            window.location.href = redirect_uri
+          } else {
+            this.$router.replace('/appStoreCopy')
+          }
         }
-        return '1'
+      }catch(e){
+        console.log(e)
       }
-      return '2'
       // eduGet().then(res => {})
     }
   },

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