lsc 1 月之前
父节点
当前提交
9e0c6d6d80

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 1 - 1
dist/report.html


+ 0 - 1
dist/static/css/chunk-2ba95b61.2f601688.css

@@ -1 +0,0 @@
-.loginBox[data-v-c107d002]{position:relative;width:100vw;height:100vh;overflow:hidden}.loginBox>iframe[data-v-c107d002]{width:100%;height:100%;border:0}

+ 1 - 0
dist/static/css/chunk-3451faf9.56978212.css

@@ -0,0 +1 @@
+.loginBox[data-v-3ee26329]{position:relative;width:100vw;height:100vh;overflow:hidden}.loginBox>iframe[data-v-3ee26329]{width:100%;height:100%;border:0}

文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.decd2ae1.js


+ 0 - 1
dist/static/js/chunk-2ba95b61.0e056f65.js

@@ -1 +0,0 @@
-(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2ba95b61"],{3015:function(e,t,n){"use strict";n("d209")},"9ed6":function(e,t,n){"use strict";n.r(t);var r=function(){var e=this;e._self._c;return e._m(0)},i=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"loginBox"},[t("iframe",{attrs:{src:"//edu.cocorobo.cn/course/login?type=2",frameborder:"0"}})])}],c=n("c7eb"),o=n("1da1"),a=n("5530"),s=(n("14d9"),n("2f62")),u=n("852e"),d=n.n(u),l={data:function(){return{redirect:void 0,timer:null}},watch:{$route:{handler:function(e){this.redirect=e.query&&e.query.redirect},immediate:!0}},methods:Object(a["a"])(Object(a["a"])({},Object(s["b"])({login:"user/login"})),{},{handleLogin:function(){this.$router.push({path:this.redirect||"/"})},getLogin:function(){var e=this;return Object(o["a"])(Object(c["a"])().mark((function t(){var n,r;return Object(c["a"])().wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.login();case 2:n=t.sent,r=d.a.get("redirectUri"),r&&"undefined"!==r||(r=""),console.log(r),n&&(r?window.location.href=r:e.$router.push({path:e.redirect||"/"}));case 7:case"end":return t.stop()}}),t)})))()}}),beforeDestroy:function(){clearInterval(this.timer),this.timer=null},mounted:function(){var e=this;d.a.set("isWeChat","1"),this.getLogin(),this.timer=setInterval((function(){e.getLogin()}),2e3)}},h=l,f=(n("3015"),n("2877")),b=Object(f["a"])(h,r,i,!1,null,"c107d002",null);t["default"]=b.exports},d209:function(e,t,n){}}]);

+ 1 - 0
dist/static/js/chunk-3451faf9.114c24e5.js

@@ -0,0 +1 @@
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3451faf9"],{"378f":function(e,t,r){"use strict";r("bf95")},"9ed6":function(e,t,r){"use strict";r.r(t);var n=function(){var e=this;e._self._c;return e._m(0)},i=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"loginBox"},[t("iframe",{attrs:{src:"//edu.cocorobo.cn/course/login?type=2",frameborder:"0"}})])}],c=r("c7eb"),o=r("1da1"),a=r("5530"),s=(r("14d9"),r("2f62")),u=r("852e"),f=r.n(u),d={data:function(){return{redirect:void 0,timer:null}},watch:{$route:{handler:function(e){this.redirect=e.query&&e.query.redirect},immediate:!0}},methods:Object(a["a"])(Object(a["a"])({},Object(s["b"])({login:"user/login"})),{},{handleLogin:function(){this.$router.push({path:this.redirect||"/"})},getLogin:function(){var e=this;return Object(o["a"])(Object(c["a"])().mark((function t(){var r,n;return Object(c["a"])().wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.login();case 2:r=t.sent,n=f.a.get("redirectUri"),n&&"undefined"!==n||(n=""),console.log(n),r&&(n?(f.a.remove("redirectUri"),window.location.href=n):e.$router.push({path:e.redirect||"/"}));case 7:case"end":return t.stop()}}),t)})))()}}),beforeDestroy:function(){clearInterval(this.timer),this.timer=null},mounted:function(){var e=this;f.a.set("isWeChat","1"),this.getLogin(),this.timer=setInterval((function(){e.getLogin()}),2e3)}},l=d,h=(r("378f"),r("2877")),b=Object(h["a"])(l,n,i,!1,null,"3ee26329",null);t["default"]=b.exports},bf95:function(e,t,r){}}]);

+ 1 - 1
src/views/login/index.vue

@@ -40,7 +40,7 @@ export default {
       console.log(redirect_uri)
       if (userid) {
         if (redirect_uri) {
-          // Cookies.remove('redirectUri')
+          Cookies.remove('redirectUri')
           window.location.href = redirect_uri
         } else {
           this.$router.push({ path: this.redirect || '/' })

部分文件因为文件数量过多而无法显示