From 0404536a20cf7bfa3f7162969952e1db93ba3fcc Mon Sep 17 00:00:00 2001 From: taojinlong Date: Tue, 11 May 2021 19:09:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Kettle=20=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.properties | 9 ++------- frontend/src/views/chart/index.vue | 1 - frontend/src/views/dataset/add/AddDB.vue | 20 +++++++++++-------- frontend/src/views/dataset/add/AddSQL.vue | 19 +++++++++++------- .../dataset/common/DatasetGroupSelector.vue | 10 +++++----- frontend/src/views/dataset/group/Group.vue | 10 +--------- 6 files changed, 32 insertions(+), 37 deletions(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 0f07e87ea1..aef5fc0980 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -61,13 +61,8 @@ logging.level.org.springframework.boot.web=trace spring.mvc.log-request-details=true pagehelper.PageRowBounds=true #excel等用户上传文件路径 -upload.file.path=/opt/dataease/data/upload/ - -#初始密码和登录超时时间移到/opt/dataease/conf/dataease.properties -#用户初始密码,如果不设置默认是DataEase123.. -#dataease.init_password=DataEase123456 -#登录超时时间单位min -#dataease.login_timeout=480 +upload.file.path=/opt/dataease/data/kettle/ + diff --git a/frontend/src/views/chart/index.vue b/frontend/src/views/chart/index.vue index ce8c38ea21..1a437991fa 100644 --- a/frontend/src/views/chart/index.vue +++ b/frontend/src/views/chart/index.vue @@ -32,7 +32,6 @@ export default { }, methods: { switchComponent(c) { - console.log(c) this.param = c.param switch (c.name) { case 'ChartEdit': diff --git a/frontend/src/views/dataset/add/AddDB.vue b/frontend/src/views/dataset/add/AddDB.vue index 6a2b950c48..eab8148e51 100644 --- a/frontend/src/views/dataset/add/AddDB.vue +++ b/frontend/src/views/dataset/add/AddDB.vue @@ -29,7 +29,7 @@ - + @@ -58,7 +58,7 @@