地质所 沉降监测网建设项目
chenhuan
2024-06-24 9a52c9f6d5d824c367e1cc0c5d07f0cf0cb8a428
javaweb-plus/javaweb-framework/src/main/java/com/javaweb/framework/config/ShiroConfig.java
@@ -268,6 +268,7 @@
        filterChainDefinitionMap.put("/webgis/**", "anon");//注意前台请求不拦截
        filterChainDefinitionMap.put("/geotdp/**", "anon");//注意前台请求不拦截
        filterChainDefinitionMap.put("/geo/**", "anon");//注意前台请求不拦截
        filterChainDefinitionMap.put("/system/stat/**", "anon");//注意前台请求不拦截
        filterChainDefinitionMap.put("/page/view", "anon");
        filterChainDefinitionMap.put("/images/**", "anon");
        filterChainDefinitionMap.put("/img/**", "anon");