lsc 1 år sedan
förälder
incheckning
b4f6212e90

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.6d1ed9ef60d0e798e7e8fb16b18d483e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.b01159b52abeac4e6216.js></script><script type=text/javascript src=./static/js/app.3f63f074a9d58d0878e9.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.f910c5a860f537345603ce3703afbc98.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.b01159b52abeac4e6216.js></script><script type=text/javascript src=./static/js/app.8cc2265ab5b37fa8132a.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

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


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


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


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


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


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/js/manifest.3512a67a6213c2df4180.js.map


+ 1 - 1
src/components/pages/GM/examine.vue

@@ -86,7 +86,7 @@ export default {
       this.$router.push(path);
     },
     get(cid) {
-      window.opener.postMessage({ cid: cid, screenType: "3gm" }, "*");
+      window.parent.postMessage({ cid: cid, screenType: "3gm" }, "*");
     },
     time() {
       if (!this.now) {

+ 2 - 2
src/components/pages/addCourseGM.vue

@@ -2655,7 +2655,7 @@ export default {
       }
     },
     openT() {
-      window.opener.postMessage({ tools: "25" }, "*");
+      window.parent.postMessage({ tools: "25" }, "*");
     },
     deleteTask(i) {
       var _this = this;
@@ -3365,7 +3365,7 @@ export default {
         });
     },
     goCourse() {
-      window.opener.postMessage({ cid: this.courseId, type: "1" }, "*");
+      window.parent.postMessage({ cid: this.courseId, type: "1" }, "*");
     },
     updateWork2() {
       let _unitIndex = this.unitIndex;

+ 4 - 4
src/components/pages/courseGM.vue

@@ -360,12 +360,12 @@ export default {
       //     "&userid=" +
       //     this.userid
       // );
-      window.opener.blur();setTimeout(window.opener.focus(),0);
-      window.opener.postMessage({ cid: cid, screenType: "2gm" }, "*");
+      window.parent.blur();setTimeout(window.parent.focus(),0);
+      window.parent.postMessage({ cid: cid, screenType: "2gm" }, "*");
     },
     get(cid){
-      window.opener.blur();setTimeout(window.opener.focus(),0);
-      window.opener.postMessage({ cid: cid, screenType: "3gm" }, "*");
+      window.parent.blur();setTimeout(window.parent.focus(),0);
+      window.parent.postMessage({ cid: cid, screenType: "3gm" }, "*");
     },
     handle_remove(file, fileList) {
       var _tmp = this.fileList;

+ 1 - 1
src/components/pages/dataGM.vue

@@ -296,7 +296,7 @@ export default {
             message: "修改成功",
             type: "success",
           });
-          window.opener.postMessage({ close: "1" }, "*");
+          window.parent.postMessage({ close: "1" }, "*");
           this.getUser();
         })
         .catch((err) => {

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