Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vue3 into feature/bpm

This commit is contained in:
YunaiV
2025-03-01 17:37:25 +08:00
12 changed files with 26 additions and 25 deletions

View File

@ -105,7 +105,7 @@ const editorConfig = computed((): IEditorConfig => {
},
// 超时时间,默认为 10 秒
timeout: 5 * 1000, // 5 秒
timeout: 15 * 1000, // 15 秒
// form-data fieldName后端接口参数名称默认值wangeditor-uploaded-image
fieldName: 'file',