Browse Source

网关中添加客户管理模块

master
dimengzhe 2 years ago
parent
commit
548da4ebfb
  1. 7
      yxt_supervise/gateway/src/main/resources/application.yml

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

@ -29,6 +29,13 @@ spring:
uri: lb://supervise-system
filters:
- StripPrefix=1
#客户管理
- id: supervise-crm
predicates:
- Path= /crm/**
uri: lb://supervise-crm
filters:
- StripPrefix=1
ignore:
whites:
- /portal/v1/regions/treeList

Loading…
Cancel
Save