From 6b6ffdf1151a594596c8648defb21989216b65db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=99=E6=84=8F?= Date: Fri, 28 Mar 2025 23:54:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=95=B0=E6=8D=AE=E5=BA=93=E5=A4=87?= =?UTF-8?q?=E4=BB=BD=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/system/database/dbBackup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/src/views/system/database/dbBackup.vue b/Web/src/views/system/database/dbBackup.vue index 85c6eb78..e52b5c9b 100644 --- a/Web/src/views/system/database/dbBackup.vue +++ b/Web/src/views/system/database/dbBackup.vue @@ -105,7 +105,7 @@ const handleAdd = async () => { }); state.loading = true; - await getAPI(SysDbBackupApi).apiSysDbBackupAddPost(state.configId); + await getAPI(SysDbBackupApi).apiSysDbBackupAddPost(state.configId, { timeout: 0 /**永不超时 */ }); await xGrid.value?.commitProxy('reload'); } finally { state.loading = false;