From cdb2cd91a711ef9011869fbb3ccbcb606672272f Mon Sep 17 00:00:00 2001 From: dimengzhe Date: Thu, 30 Nov 2023 17:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E7=AE=A1=E6=B5=81=E7=A8=8B=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt_supervise/gateway/src/main/resources/application.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/yxt_supervise/gateway/src/main/resources/application.yml b/yxt_supervise/gateway/src/main/resources/application.yml index 94447358..7bc1b784 100644 --- a/yxt_supervise/gateway/src/main/resources/application.yml +++ b/yxt_supervise/gateway/src/main/resources/application.yml @@ -87,6 +87,12 @@ spring: uri: lb://yxt-supervise-enterprisecentre filters: - StripPrefix=1 + - id: supervise-message + predicates: + - Path= /message/** + uri: lb://supervise-message + filters: + - StripPrefix=1 ignore: whites: - /portal/v1/regions/treeList