diff --git a/src/components/Editor/src/Editor.vue b/src/components/Editor/src/Editor.vue index 38c34e25..3b0513b8 100644 --- a/src/components/Editor/src/Editor.vue +++ b/src/components/Editor/src/Editor.vue @@ -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', diff --git a/src/views/mall/promotion/kefu/components/KeFuConversationList.vue b/src/views/mall/promotion/kefu/components/KeFuConversationList.vue index 075edc33..318e27d1 100644 --- a/src/views/mall/promotion/kefu/components/KeFuConversationList.vue +++ b/src/views/mall/promotion/kefu/components/KeFuConversationList.vue @@ -200,7 +200,7 @@ onBeforeUnmount(() => {