소스 검색

Merge branch 'wxlDev' into dev-online

lex-xin 6 달 전
부모
커밋
ff4a31ec82
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",
     },
     "*"
   );