关闭编辑器
const editor = createMobileTemplateEditor({ appId: 'xxxxx', container: '#app' }); editor.onSave(() => { // 只要进行导出操作,直接关闭编辑器 editor.close(); })