xiaoyong931011
2023-06-05 f5c962a066e0eb7e349b64e8ef4f1e00838b6f1d
src/main/java/cc/mrbird/febs/common/authentication/ShiroConfig.java
@@ -96,6 +96,7 @@
        // 排除手机api请求链接
        filterChainDefinitionMap.put("/api/**", "anon");
        filterChainDefinitionMap.put("/dapi/**", "anon");
        filterChainDefinitionMap.put("/test/**", "anon");
        filterChainDefinitionMap.put("/swagger-ui.html/**", "anon");
        filterChainDefinitionMap.put("/swagger-resources/**", "anon");