1. 移到common路径下
This commit is contained in:
dengchun
2025-07-28 21:29:26 +08:00
parent e6e9eae1c7
commit adf7412eaf
3 changed files with 83 additions and 118 deletions

View File

@@ -99,7 +99,6 @@ public class ShiroConfig {
filterChainDefinitionMap.put("/sys/common/static/**", "anon");//图片预览 &下载文件不限制token
filterChainDefinitionMap.put("/sys/common/pdf/**", "anon");//pdf预览
filterChainDefinitionMap.put("/crawler/**", "anon");//pdf预览
filterChainDefinitionMap.put("/database/experimentFile/uploadAll", "anon");//pdf批量上传接口
//filterChainDefinitionMap.put("/sys/common/view/**", "anon");//图片预览不限制token
//filterChainDefinitionMap.put("/sys/common/download/**", "anon");//文件下载不限制token