lsc 2 년 전
부모
커밋
c64a9fe214
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pages/GM/examine.vue

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

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