fix(缺陷管理): 修复缺陷富文本框粘贴图片报错的问题

--bug=1036806 --user=宋天阳 【缺陷管理】创建缺陷-不支持粘贴图片-粘贴图片报错 https://www.tapd.cn/55049933/s/1470469
This commit is contained in:
song-tianyang 2024-03-06 18:28:30 +08:00 committed by 刘瑞斌
parent f463d479d4
commit f488ba144f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export const deleteFileOrCancelAssociationUrl = '/bug/attachment/delete';
// 获取附件列表
export const getAttachmentListUrl = '/bug/attachment/list/';
// 富文本编辑器上传图片
export const editorUploadFileUrl = '/bug/attachment/upload/editor';
export const editorUploadFileUrl = '/bug/attachment/upload/md/file';
// 获取回收站列表
export const getRecycleListUrl = '/bug/trash/page';