From 48e6e4454aaa9b55ce26913c4cdc7a331e8fe905 Mon Sep 17 00:00:00 2001 From: ryoeiken <754264374@qq.com> Date: Wed, 10 Feb 2021 11:15:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20prod=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application-prod.yml | 6 +++--- ruoyi-ui/src/views/fantang/prepayment/index.vue | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-prod.yml b/ruoyi-admin/src/main/resources/application-prod.yml index 29d800e0d..85d3c3e09 100644 --- a/ruoyi-admin/src/main/resources/application-prod.yml +++ b/ruoyi-admin/src/main/resources/application-prod.yml @@ -6,9 +6,9 @@ spring: druid: # 主库数据源 master: - url: jdbc:mysql:///fantang_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true - username: fantang_test - password: FcK2GcNhK54bLGM6 + url: jdbc:mysql:///sanyuan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true + username: sanyuan + password: ZbAky8PJEksDSz42 # 从库数据源 slave: # 从数据源开关/默认关闭 diff --git a/ruoyi-ui/src/views/fantang/prepayment/index.vue b/ruoyi-ui/src/views/fantang/prepayment/index.vue index 025d6b50f..d6c95af08 100644 --- a/ruoyi-ui/src/views/fantang/prepayment/index.vue +++ b/ruoyi-ui/src/views/fantang/prepayment/index.vue @@ -486,7 +486,6 @@ export default { this.formAddPrepayment.collectAt = null; this.formAddPrepayment.prepaidAt = null; - console.log("bbbbbbbbbb", this.formAddPrepayment); addPrepayment(this.formAddPrepayment).then(response => { this.msgSuccess("已收费") this.openChargeDialogFlag = false;