From 6abb75b6dce9f40ced54cd3f383e37947a8ed352 Mon Sep 17 00:00:00 2001 From: wangpengfei <1928057482@qq.com> Date: Fri, 21 Apr 2023 17:57:32 +0800 Subject: [PATCH] gateway --- 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 9444ea91..6b558733 100644 --- a/yxt_supervise/gateway/src/main/resources/application.yml +++ b/yxt_supervise/gateway/src/main/resources/application.yml @@ -51,6 +51,13 @@ spring: uri: lb://supervise-customer filters: - StripPrefix=1 + #报表 + - id: supervise-report + predicates: + - Path= /report/** + uri: lb://supervise-report + filters: + - StripPrefix=1 ignore: whites: - /portal/v1/regions/treeList