修改海南测试问题

This commit is contained in:
GGJ
2024-10-30 09:29:39 +08:00
parent 1aa7e4263b
commit 1df2b26b04
32 changed files with 469 additions and 478 deletions

View File

@@ -26,7 +26,7 @@ onMounted(() => {
})
const toolbarConfig = {
excludeKeys: ['fullScreen', 'emotion']
excludeKeys: ['fullScreen', 'emotion','insertFormula']
}
let sever = '/api/system-boot/file/upload'
// 本地加api
@@ -56,7 +56,12 @@ const editorConfig = {
insertFn(res.data.url.split('?')[0], 'image', res.data.url.split('?')[0])
}
}
}
},
hoverbarKeys: {
formula: {
menuKeys: ['editFormula'], // “编辑公式”菜单
},
},
}
// 组件销毁时,也及时销毁编辑器