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