Browse Source

gateway

master
wangpengfei 2 years ago
parent
commit
6abb75b6dc
  1. 7
      yxt_supervise/gateway/src/main/resources/application.yml

7
yxt_supervise/gateway/src/main/resources/application.yml

@ -51,6 +51,13 @@ spring:
uri: lb://supervise-customer
filters:
- StripPrefix=1
#报表
- id: supervise-report
predicates:
- Path= /report/**
uri: lb://supervise-report
filters:
- StripPrefix=1
ignore:
whites:
- /portal/v1/regions/treeList

Loading…
Cancel
Save