From 7218b2105ef4e478e0a3c5a41ca9ccc3c3d30ab5 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 16 Jun 2022 18:29:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pom.xml | 46 ++----------------- .../auth/service/impl/ShiroServiceImpl.java | 1 - 2 files changed, 4 insertions(+), 43 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index b2d6ba59cf..360ed3f072 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -39,12 +39,7 @@ org.springframework.boot spring-boot-starter-web - + @@ -92,11 +87,7 @@ lombok - + org.springframework.boot @@ -125,7 +116,6 @@ org.apache.shiro - shiro-spring ${shiro.version} @@ -240,8 +230,7 @@ - + io.dataease dataease-plugin-interface @@ -341,31 +330,6 @@ commons-pool2 - - - - - - @@ -380,9 +344,7 @@ src/main/resources - + true static/**/*.woff diff --git a/backend/src/main/java/io/dataease/auth/service/impl/ShiroServiceImpl.java b/backend/src/main/java/io/dataease/auth/service/impl/ShiroServiceImpl.java index cda08bbb3b..168ed90719 100644 --- a/backend/src/main/java/io/dataease/auth/service/impl/ShiroServiceImpl.java +++ b/backend/src/main/java/io/dataease/auth/service/impl/ShiroServiceImpl.java @@ -93,7 +93,6 @@ public class ShiroServiceImpl implements ShiroService { filterChainDefinitionMap.put("/downline", ANON); filterChainDefinitionMap.put("/common-files/**", ANON); filterChainDefinitionMap.put("/linkage/getPanelAllLinkageInfo/**", ANON); - /*filterChainDefinitionMap.put("/api/auth/logout", "logout");*/ filterChainDefinitionMap.put("/api/link/resourceDetail/**", "link"); filterChainDefinitionMap.put("/api/link/viewDetail/**", "link");