lsc před 2 roky
rodič
revize
c64a9fe214
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);
       this.$router.push(path);
     },
     },
     get(cid) {
     get(cid) {
-      window.parent.postMessage({ cid: cid, screenType: "3gm" }, "*");
+      window.opener.postMessage({ cid: cid, screenType: "3gm" }, "*");
     },
     },
     time() {
     time() {
       if (!this.now) {
       if (!this.now) {