Browse Source

增加企业中心路由

master
djz236@163.com 2 years ago
parent
commit
5e07853266
  1. 7
      yxt_supervise/gateway/src/main/resources/application.yml

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

@ -79,6 +79,13 @@ spring:
uri: lb://supervise-flowable
filters:
- StripPrefix=1
#YxtSuperviseEnterprisecentre 企业中心
- id: yxt-supervise-enterprisecentre
predicates:
- Path= /enterprisecentre/**
uri: lb://yxt-supervise-enterprisecentre
filters:
- StripPrefix=1
ignore:
whites:
- /portal/v1/regions/treeList

Loading…
Cancel
Save