Skip to content

Commit

Permalink
🐛 修复积木报表转发不正确的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Dec 8, 2023
1 parent f36b333 commit b3d02c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yudao-gateway/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ spring:
- Path=/admin-api/report/**
filters:
- RewritePath=/admin-api/report/v3/api-docs, /v3/api-docs
- id: report-jimu # 路由的编号(积木报表)
uri: grayLb://report-server
predicates: # 断言,作为路由的匹配条件,对应 RouteDefinition 数组
- Path=/jmreport/**
## pay-server 服务
- id: pay-admin-api # 路由的编号
uri: grayLb://pay-server
Expand Down

0 comments on commit b3d02c1

Please sign in to comment.