From 7448455ac0568cbc5aca6b633f6eb4d82efac668 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期二, 07 十一月 2023 09:17:10 +0800 Subject: [PATCH] 优化系统登录的信息 --- src/main/java/com/ots/framework/config/ShiroConfig.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/ots/framework/config/ShiroConfig.java b/src/main/java/com/ots/framework/config/ShiroConfig.java index c8c5b9b..4689ff6 100644 --- a/src/main/java/com/ots/framework/config/ShiroConfig.java +++ b/src/main/java/com/ots/framework/config/ShiroConfig.java @@ -204,6 +204,7 @@ filterChainDefinitionMap.put("/profile/**", "anon"); //鍒嗕韩娣诲姞娴嬭瘯浜哄憳 filterChainDefinitionMap.put("/exam/testMember/shareAdd", "anon"); + filterChainDefinitionMap.put("/exam/testMember/shareInput", "anon"); filterChainDefinitionMap.put("/exam/testMember/shareUrl", "anon"); -- Gitblit v1.9.1