From 5582e7797a16e6be64cab75eadbb529978d870e5 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Wed, 25 May 2022 20:24:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=BB=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90=E6=97=B6=EF=BC=8C=E9=A9=B1=E5=8A=A8=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E9=80=89=E6=8B=A9=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/datasource/DsForm.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/system/datasource/DsForm.vue b/frontend/src/views/system/datasource/DsForm.vue index ec3acf665c..402483c11c 100644 --- a/frontend/src/views/system/datasource/DsForm.vue +++ b/frontend/src/views/system/datasource/DsForm.vue @@ -285,7 +285,8 @@ export default { maxIdleTime: 30, acquireIncrement: 5, idleConnectionTestPeriod: 5, - connectTimeout: 5 + connectTimeout: 5, + customDriver: '' } },