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