Commit c226ed2e by 黄明步

.

parent 467d76bb
......@@ -49,7 +49,7 @@ spring:
eureka:
client:
service-url:
defaultZone: http://147.1.5.77:9000/eureka
defaultZone: http://147.2.4.15:9000/eureka
login-page: /user/login
#showSql
......@@ -83,13 +83,13 @@ project:
api:
ml-cloud:
gateway: http://147.1.5.77:8888
gateway: http://147.2.4.15:8888
ocrCloudPlatform: ${api.ml-cloud.gateway}
app:
address: 147.1.5.77
address: 147.2.4.15
server:
host:
url: http://${app.address}:${server.port}${server.servlet.context-path}
......
spring:
profiles:
active: local
active: prod
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
......
......@@ -240,7 +240,7 @@
formData.ipScope = ""
courtList.filter(item => item.courtCode === parseInt(formData.courtCode)).forEach(item => {
// 如果法院ipScope为空的,则默认赋值为'255.255.255.255' 并添加到formData中
formData.ipScope = item.ipScope ? item.ipScope : "255.255.255.255"
formData.ipScope = item.ipScope ? item.ipScope : "255.255.255.255-255.255.255.255"
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment