Explorar el Código

Merge branch 'wxlDev' into dev-online

lex-xin hace 6 meses
padre
commit
ff4a31ec82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/Editor/EditorHeader/index.vue

+ 1 - 1
src/views/Editor/EditorHeader/index.vue

@@ -126,7 +126,7 @@ function handleClose() {
   window.close()
   window.parent.postMessage(
     {
-      api: "notation_exit",
+      api: "iframe_exit",
     },
     "*"
   );