修改 prod 数据库配置
This commit is contained in:
parent
8d6c43e457
commit
48e6e4454a
@ -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:
|
||||
# 从数据源开关/默认关闭
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user