lsc 2 dagar sedan
förälder
incheckning
8ce257eeb1

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/index.html


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1 - 1
dist/report.html


+ 1 - 1
dist/static/css/chunk-b182ba06.4fb70023.css → dist/static/css/chunk-605b3510.c4c4e98c.css

@@ -1 +1 @@
-.wechat-auth-container[data-v-4fc639b8]{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-4fc639b8]{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-4fc639b8]{margin-bottom:.8rem}.wechat-auth-container .auth-content .logo img[data-v-4fc639b8]{width:2.13333rem;height:2.13333rem;border-radius:50%}.wechat-auth-container .auth-content .auth-status .van-icon[data-v-4fc639b8],.wechat-auth-container .auth-content .auth-status .van-loading[data-v-4fc639b8]{margin-bottom:.53333rem}.wechat-auth-container .auth-content .auth-status p[data-v-4fc639b8]{margin:.26667rem 0;font-size:.42667rem;color:#333}.wechat-auth-container .auth-content .auth-status p.user-info[data-v-4fc639b8]{font-size:.37333rem;color:#666;margin-top:.26667rem}.wechat-auth-container .auth-content .auth-status p.auth-desc[data-v-4fc639b8]{font-size:.37333rem;color:#999;margin:.4rem 0 .66667rem}.wechat-auth-container .auth-content .auth-status p.error-message[data-v-4fc639b8]{font-size:.37333rem;color:#ee0a24;margin:.4rem 0 .66667rem}.wechat-auth-container .auth-content .auth-status .van-button[data-v-4fc639b8]{margin-top:.53333rem;width:5.33333rem;height:1.17333rem;border-radius:.58667rem}@media (max-width:480px){.wechat-auth-container[data-v-4fc639b8]{padding:.26667rem}.wechat-auth-container .auth-content[data-v-4fc639b8]{padding:.8rem .53333rem}.wechat-auth-container .auth-content .auth-status .van-button[data-v-4fc639b8]{width:100%}}
+.wechat-auth-container[data-v-0ea8fdb3]{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-0ea8fdb3]{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-0ea8fdb3]{margin-bottom:.8rem}.wechat-auth-container .auth-content .logo img[data-v-0ea8fdb3]{width:2.13333rem;height:2.13333rem;border-radius:50%}.wechat-auth-container .auth-content .auth-status .van-icon[data-v-0ea8fdb3],.wechat-auth-container .auth-content .auth-status .van-loading[data-v-0ea8fdb3]{margin-bottom:.53333rem}.wechat-auth-container .auth-content .auth-status p[data-v-0ea8fdb3]{margin:.26667rem 0;font-size:.42667rem;color:#333}.wechat-auth-container .auth-content .auth-status p.user-info[data-v-0ea8fdb3]{font-size:.37333rem;color:#666;margin-top:.26667rem}.wechat-auth-container .auth-content .auth-status p.auth-desc[data-v-0ea8fdb3]{font-size:.37333rem;color:#999;margin:.4rem 0 .66667rem}.wechat-auth-container .auth-content .auth-status p.error-message[data-v-0ea8fdb3]{font-size:.37333rem;color:#ee0a24;margin:.4rem 0 .66667rem}.wechat-auth-container .auth-content .auth-status .van-button[data-v-0ea8fdb3]{margin-top:.53333rem;width:5.33333rem;height:1.17333rem;border-radius:.58667rem}@media (max-width:480px){.wechat-auth-container[data-v-0ea8fdb3]{padding:.26667rem}.wechat-auth-container .auth-content[data-v-0ea8fdb3]{padding:.8rem .53333rem}.wechat-auth-container .auth-content .auth-status .van-button[data-v-0ea8fdb3]{width:100%}}

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/js/app.b388c28e.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/js/chunk-605b3510.f6259d57.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/js/chunk-b182ba06.90de6501.js


+ 10 - 8
src/views/wechatAuth/index.vue

@@ -188,14 +188,14 @@ export default {
         this.errorMessage = error.message || '授权失败,请重试'
 
         // 如果授权失败,跳转到登录页面
-        setTimeout( async () => {
-          let type = await this.getLogin();
-          if(type == '1'){
-            return;
-          }else {
-            this.$router.replace('/login2')
-          }
-        }, 2000)
+        // setTimeout( async () => {
+        let type = await this.getLogin();
+        if(type == '1'){
+          return;
+        }else {
+          this.$router.replace('/login2')
+        }
+        // }, 2000)
       }
     },
 
@@ -266,11 +266,13 @@ export default {
       return null
     },
     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) {

Vissa filer visades inte eftersom för många filer har ändrats