修改海南测试问题
This commit is contained in:
@@ -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'], // “编辑公式”菜单
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
// 组件销毁时,也及时销毁编辑器
|
||||
|
||||
Reference in New Issue
Block a user