【功能优化】1. 上传图片等待时间调整成15秒;2. 商城客服页面匹配暗黑模式;

This commit is contained in:
卢越
2025-02-21 17:03:49 +08:00
parent ead7fa26ab
commit e85c1b0a55
6 changed files with 10 additions and 9 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',