feat:增加仪表盘设计组件及设计

This commit is contained in:
wangjiahao 2021-03-12 16:19:09 +08:00
parent 13bb7663f8
commit 1e0ebd8c59

View File

@ -45,6 +45,8 @@ public class ShiroServiceImpl implements ShiroService {
filterChainDefinitionMap.put("/display/**", ANON);
filterChainDefinitionMap.put("/tokenExpired", ANON);
filterChainDefinitionMap.put("/downline", ANON);
filterChainDefinitionMap.put("/common-files/**", ANON);
List<String> whitelist = whitelistConfig.getWhitelist();
if (CollectionUtils.isNotEmpty(whitelist))
whitelist.forEach(path -> {