地质所 沉降监测网建设项目
chenhuan
2024-06-25 4e6d6105915edcc630d6a8bcc1c56a6177c88686
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");