From 6a046ac127a06939d41082fe8875b275556d6e34 Mon Sep 17 00:00:00 2001 From: djz8236 Date: Fri, 16 Jun 2023 08:57:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E6=9C=8D=E5=8A=A1=E4=BB=93=E5=82=A8?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt_supervise/gateway/src/main/resources/application.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/yxt_supervise/gateway/src/main/resources/application.yml b/yxt_supervise/gateway/src/main/resources/application.yml index c3413734..693cf83e 100644 --- a/yxt_supervise/gateway/src/main/resources/application.yml +++ b/yxt_supervise/gateway/src/main/resources/application.yml @@ -23,6 +23,14 @@ spring: uri: lb://supervise-portal filters: - StripPrefix=1 + + - id: supervise-wm + predicates: + - Path= /wm/** + uri: lb://supervise-wm + filters: + - StripPrefix=1 + # 工单调度系统 - id: supervise-dispatchcenter predicates: