From 3f19cd60eaacf92db76e9a5876c4b88f946789aa Mon Sep 17 00:00:00 2001 From: yang <2119157836@qq.com> Date: Fri, 21 Feb 2025 15:35:29 +0800 Subject: [PATCH] =?UTF-8?q?refactor(resource):=20=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=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 | 2 ++ 1 file changed, 2 insertions(+) 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 ffba011..5c3b66d 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 @@ -142,9 +142,11 @@ public class SecurityConfig { "/WorkFlow/workFlowList", "/WorkFlow/selectWorkFlowById", "/WorkFlowComment/getComment", + "/WorkFlowComment/commentCount", "/image/imageList", "/image/detail", "/imageComment/getComment", + "/imageComment/commentCount", "/system/user/selectUserById", "/system/dict/data/type/**", "/attention/selectAttention",