|
@@ -257,6 +257,7 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/designer/**", "anon");
|
|
|
filterChainDefinitionMap.put("/kuaiShou/promoter/**", "anon");
|
|
|
filterChainDefinitionMap.put("/financePayment/**", "anon");
|
|
|
+ filterChainDefinitionMap.put("/materialData/**", "anon");
|
|
|
|
|
|
// 添加自己的过滤器并且取名为jwt
|
|
|
Map<String, Filter> filterMap = new HashMap<>(1);
|