lsc 6 days ago
parent
commit
4187d55e8b

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-34665be2.ce56ca75.css → dist/static/css/chunk-4043caf9.ace03a9e.css

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

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-34665be2.77e218fe.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4043caf9.42ee0d07.js


+ 3 - 3
src/views/wechatAuth/index.vue

@@ -170,9 +170,9 @@ export default {
               if (redirect_uri) {
                 // Cookies.remove('redirectUri')
                 if (isApp === '2') {
-                  window.location.href = `weixin://dl/business/?appid=${
-                    this.wechatConfig.appId
-                  }&path=pages/index/index&query=${encodeURIComponent(redirect_uri)}`
+                  window.location.href = `weixin://dl/business/?appid=wxf8a72764a38a40b2&path=pages/index/index&query=${encodeURIComponent(
+                    redirect_uri
+                  )}`
                 } else {
                   window.location.href = redirect_uri
                 }

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