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