修改 prod 数据库配置

This commit is contained in:
ryoeiken 2021-02-10 11:15:31 +08:00
parent 8d6c43e457
commit 48e6e4454a
2 changed files with 3 additions and 4 deletions

View File

@ -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:
# 从数据源开关/默认关闭

View File

@ -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;