[测评系统]--测评系统核心代码库
linzhijie
2023-04-13 84d2cebc581878fb336e8c70861d680147ec2e89
src/main/java/com/ots/framework/config/ShiroConfig.java
@@ -203,10 +203,8 @@
        filterChainDefinitionMap.put("/remote/member/**", "anon");
        filterChainDefinitionMap.put("/profile/**", "anon");
        //分享添加测试人员
        filterChainDefinitionMap.put("/exam/testMember/share", "anon");
        filterChainDefinitionMap.put("/exam/testMember/shareAdd", "anon");
        filterChainDefinitionMap.put("/exam/testMember/shareInput", "anon");
        filterChainDefinitionMap.put("/exam/testMember/checkTestMember", "anon");
        filterChainDefinitionMap.put("/exam/testMember/shareUrl", "anon");