From 548da4ebfbae0fed5f7743f909ddf4c265b9ca9e Mon Sep 17 00:00:00 2001 From: dimengzhe <251008545@qq.com> Date: Sun, 29 Jan 2023 09:44:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E5=85=B3=E4=B8=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt_supervise/gateway/src/main/resources/application.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/yxt_supervise/gateway/src/main/resources/application.yml b/yxt_supervise/gateway/src/main/resources/application.yml index d57bb760..11ca3951 100644 --- a/yxt_supervise/gateway/src/main/resources/application.yml +++ b/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