@ -7,8 +7,11 @@ spring:
# 主库数据源
master:
url: jdbc:mysql://localhost:3307/dangan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#url: jdbc:mysql://localhost:3306/dangan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
#username: dangan
password: hs123456
#password: dangan
# 从库数据源
slave:
# 从数据源开关/默认关闭
@ -8,7 +8,7 @@ spring:
url: jdbc:mysql://localhost:3306/dangan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
password: dangan
password: Huawei12#$
@ -665,6 +665,7 @@ export default {
/** 查询识别进度 */
getProgress() {
// 向给定ID的用户发起请求
//axios.post('http://20.206.150.166:22443/get_file_count',`username=${this.$store.state.user.name}`, {
axios.post('http://123.57.142.195:443/get_file_count',`username=${this.$store.state.user.name}`, {
headers: {
'Content-Type': 'application/x-www-form-urlencoded'
@ -336,6 +336,7 @@ export default {