@@ -124,6 +124,12 @@ function handleSave() {
/* 关闭页面 */
function handleClose() {
window.close()
+ window.parent.postMessage(
+ {
+ api: "notation_exit",
+ },
+ "*"
+ );
}
</script>