lex-xin 6 месяцев назад
Родитель
Сommit
eb2c2fc5da
1 измененных файлов с 1 добавлено и 1 удалено
  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",
     },
     "*"
   );