Commit 6426204c6bd92278e698cdae0267c2d95798ba81
1 parent
43183a46
解决切换微服务后无法使用Online相关功能 #1760
Showing
1 changed file
with
7 additions
and
7 deletions
jeecg-boot/jeecg-cloud-module/config/jeecg-cloud-gateway-beta.yml
... | ... | @@ -16,22 +16,22 @@ spring: |
16 | 16 | allowedMethods: "*" |
17 | 17 | allowedHeaders: "*" |
18 | 18 | routes: |
19 | - - id: jeecg-online | |
20 | - uri: lb://jeecg-online | |
21 | - predicates: | |
22 | - - Path=/online/** | |
23 | 19 | - id: jeecg-demo |
24 | 20 | uri: lb://jeecg-demo |
25 | 21 | predicates: |
26 | - - Path=/mock/**,/big/**,/test/**,/dlglong/** | |
22 | + - Path=/test/**,/api/** | |
27 | 23 | - id: jeecg-system |
28 | 24 | uri: lb://jeecg-system |
29 | 25 | predicates: |
30 | - - Path=/sys/**,/online/**,/api/**,/bigscreen/**,/webSocketApi/**,/message/**,/filemanage/**,/email/**,/oa/im/**,/metting/**,/officialdoc/**,/eoa/plan/**,/sign/**,/biz/extBizLeave/**,/designform/**,/desform/**,/lib/**,/tinymce/**,/unpkg/**,/app/joa/**,/joa/**,/filedisk/**,/oa/im/**,/im/**,/desform/**,/process/**,/designer/**,/cms/**,/chat/eoaCmsMenu/**,/act/**,/plug-in/**,/design/report/**,/jmreport/bigscreen/**,/bigscreen/**,/jmreport/desreport_/**,/actuator/** | |
31 | - - id: jeecg-cloud-websocket | |
26 | + - Path=/sys/**,/webSocketApi/**,/online/**,/message/** | |
27 | + - id: jeecg-system-websocket | |
32 | 28 | uri: lb:ws://jeecg-system |
33 | 29 | predicates: |
34 | 30 | - Path=/websocket/** |
31 | + - id: jeecg-demo-websocket | |
32 | + uri: lb:ws://jeecg-demo | |
33 | + predicates: | |
34 | + - Path=/vxeSocket/** | |
35 | 35 | management: |
36 | 36 | endpoints: |
37 | 37 | web: |
... | ... |