|
@@ -91,7 +91,7 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/sys/common/static/**", "anon");
|
|
|
filterChainDefinitionMap.put("/sys/common/pdf/**", "anon");
|
|
|
filterChainDefinitionMap.put("/generic/**", "anon");
|
|
|
- filterChainDefinitionMap.put("/openApi", "anon");
|
|
|
+ filterChainDefinitionMap.put("/openApi/**", "anon");
|
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/sys/getLoginQrcode/**", "anon");
|