|
@@ -70,6 +70,10 @@ spring:
|
|
|
uri: http://127.0.0.1:8083
|
|
uri: http://127.0.0.1:8083
|
|
|
predicates:
|
|
predicates:
|
|
|
- Path=/static-wms-app/**
|
|
- Path=/static-wms-app/**
|
|
|
|
|
+ - id: wms_client_eam
|
|
|
|
|
+ uri: http://127.0.0.1:8083
|
|
|
|
|
+ predicates:
|
|
|
|
|
+ - Path=/EamApp/**
|
|
|
# 正式的环境去掉该配置
|
|
# 正式的环境去掉该配置
|
|
|
- id: wms_client
|
|
- id: wms_client
|
|
|
uri: http://127.0.0.1:8083
|
|
uri: http://127.0.0.1:8083
|