From ccbd4b27d6155a9ca0b6f3f20e8cd8eb6b3ea26f Mon Sep 17 00:00:00 2001 From: liupopo Date: Mon, 5 Jun 2023 08:54:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9=E6=B2=A1=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/yxt_supervise/gateway/src/main/resources/application.yml b/yxt_supervise/gateway/src/main/resources/application.yml index d74a2baf..c3413734 100644 --- a/yxt_supervise/gateway/src/main/resources/application.yml +++ b/yxt_supervise/gateway/src/main/resources/application.yml @@ -18,25 +18,24 @@ spring: gateway: routes: - id: supervise-portal - predicates: - - Path= /service/** - uri: lb://supervise-portal - filters: - - StripPrefix=1 + predicates: + - Path= /service/** + uri: lb://supervise-portal + filters: + - StripPrefix=1 # 工单调度系统 - id: supervise-dispatchcenter - predicates: - - Path= /dispatch/** - uri: lb://supervise-dispatchcenter - filters: - - StripPrefix=1 - + predicates: + - Path= /dispatch/** + uri: lb://supervise-dispatchcenter + filters: + - StripPrefix=1 - id: supervise-system predicates: - - Path= /portal/** + - Path= /portal/** uri: lb://supervise-system filters: - - StripPrefix=1 + - StripPrefix=1 #客户管理 - id: supervise-crm predicates: