|
|
@@ -60,37 +60,6 @@ spring:
|
|
|
uri: http://127.0.0.1:8082
|
|
|
predicates:
|
|
|
- Path=/datacenter/api/**
|
|
|
-
|
|
|
- # 正式的环境去掉该配置
|
|
|
- - id: pc_client
|
|
|
- uri: http://127.0.0.1:8081
|
|
|
- predicates:
|
|
|
- - Path=/pcapp/**,/static/**
|
|
|
- # 正式的环境去掉该配置
|
|
|
- - id: approval-flow
|
|
|
- uri: http://127.0.0.1:8088
|
|
|
- predicates:
|
|
|
- - Path=/approvalflow/**
|
|
|
- # 正式的环境去掉该配置
|
|
|
- - id: eam_client
|
|
|
- uri: http://127.0.0.1:8082
|
|
|
- predicates:
|
|
|
- - Path=/EamApp/**
|
|
|
- # 正式的环境去掉该配置
|
|
|
- - id: middleware_client
|
|
|
- uri: http://127.0.0.1:78
|
|
|
- predicates:
|
|
|
- - Path=/mid/**
|
|
|
- # 正式的环境去掉该配置
|
|
|
- - id: wms_client
|
|
|
- uri: http://127.0.0.1:8083
|
|
|
- predicates:
|
|
|
- - Path=/wmsapp/**,/static-wms-app/**,/static-eam-app/**
|
|
|
- # 正式的环境去掉该配置
|
|
|
- - id: wms_PcClient
|
|
|
- uri: http://127.0.0.1:8084
|
|
|
- predicates:
|
|
|
- - Path=/WmsClient/**
|
|
|
# 文件服务器
|
|
|
- id: file_server
|
|
|
uri: lb://file-server
|