From 303999e3e76df9f4593322d260aea104f79b3af6 Mon Sep 17 00:00:00 2001 From: yang <2119157836@qq.com> Date: Sat, 22 Feb 2025 14:07:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=A5=E5=8F=A3=E6=94=BE=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/mcwl/framework/config/SecurityConfig.java | 1 + 1 file changed, 1 insertion(+) diff --git a/mcwl-framework/src/main/java/com/mcwl/framework/config/SecurityConfig.java b/mcwl-framework/src/main/java/com/mcwl/framework/config/SecurityConfig.java index 08931aa..a9d9e6e 100644 --- a/mcwl-framework/src/main/java/com/mcwl/framework/config/SecurityConfig.java +++ b/mcwl-framework/src/main/java/com/mcwl/framework/config/SecurityConfig.java @@ -154,6 +154,7 @@ public class SecurityConfig { "/system/dict/data/type/**", "/attention/selectAttention", "/attention/selectUserInfo", + "/attention/selectToAttention", "/WorkFlowVersion/selectVersionByWorkId", "/memberLevel/list", "/memberLevel/getMemberBenefitList"