|
@@ -91,7 +91,7 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/sys/common/static/**", "anon");//图片预览 &下载文件不限制token
|
|
|
filterChainDefinitionMap.put("/sys/common/pdf/**", "anon");//pdf预览
|
|
|
filterChainDefinitionMap.put("/generic/**", "anon");//pdf预览需要文件
|
|
|
- filterChainDefinitionMap.put("/openApi", "anon");//openApi接口排除
|
|
|
+ filterChainDefinitionMap.put("/openApi/**", "anon");//openApi接口排除
|
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/sys/getLoginQrcode/**", "anon"); //登录二维码
|