|
@@ -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;
|