Commit c226ed2e by 黄明步

.

parent 467d76bb
...@@ -49,7 +49,7 @@ spring: ...@@ -49,7 +49,7 @@ spring:
eureka: eureka:
client: client:
service-url: service-url:
defaultZone: http://147.1.5.77:9000/eureka defaultZone: http://147.2.4.15:9000/eureka
login-page: /user/login login-page: /user/login
#showSql #showSql
...@@ -83,13 +83,13 @@ project: ...@@ -83,13 +83,13 @@ project:
api: api:
ml-cloud: ml-cloud:
gateway: http://147.1.5.77:8888 gateway: http://147.2.4.15:8888
ocrCloudPlatform: ${api.ml-cloud.gateway} ocrCloudPlatform: ${api.ml-cloud.gateway}
app: app:
address: 147.1.5.77 address: 147.2.4.15
server: server:
host: host:
url: http://${app.address}:${server.port}${server.servlet.context-path} url: http://${app.address}:${server.port}${server.servlet.context-path}
......
spring: spring:
profiles: profiles:
active: local active: prod
jackson: jackson:
time-zone: GMT+8 time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
......
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
formData.ipScope = "" formData.ipScope = ""
courtList.filter(item => item.courtCode === parseInt(formData.courtCode)).forEach(item => { courtList.filter(item => item.courtCode === parseInt(formData.courtCode)).forEach(item => {
// 如果法院ipScope为空的,则默认赋值为'255.255.255.255' 并添加到formData中 // 如果法院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