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: