|
|
@@ -45,13 +45,29 @@ zuul:
|
|
|
path: /dingTalkApi/**
|
|
|
serviceId: dingtalk-server
|
|
|
strip-prefix: true
|
|
|
+ # 正式的环境去掉该配置
|
|
|
wmsclient:
|
|
|
- path: /**
|
|
|
+ path: /wmsapp/**
|
|
|
url: http://127.0.0.1:8083
|
|
|
- strip-prefix: true
|
|
|
- #fileserver:
|
|
|
- # path: /**
|
|
|
- # serviceId: file-server
|
|
|
+ strip-prefix: false
|
|
|
+ # 正式的环境去掉该配置
|
|
|
+ wmsclient-static:
|
|
|
+ path: /static-wms-app/**
|
|
|
+ url: http://127.0.0.1:8083
|
|
|
+ strip-prefix: false
|
|
|
+ # 正式的环境去掉该配置
|
|
|
+ pcclient:
|
|
|
+ path: /pcapp/**
|
|
|
+ url: http://127.0.0.1:8081
|
|
|
+ strip-prefix: false
|
|
|
+ # 正式的环境去掉该配置
|
|
|
+ pcclient-static:
|
|
|
+ path: /static/**
|
|
|
+ url: http://127.0.0.1:8081
|
|
|
+ strip-prefix: false
|
|
|
+ fileserver:
|
|
|
+ path: /**
|
|
|
+ serviceId: file-server
|
|
|
|
|
|
|
|
|
ribbon:
|