fix: axios线上build后导致弹框

This commit is contained in:
fit2cloud-chenyw
2021-07-01 10:51:44 +08:00
parent b3d751a2fa
commit f027928a36
3 changed files with 4 additions and 6 deletions

View File

@@ -38,7 +38,6 @@ public class ShiroServiceImpl implements ShiroService {
filterChainDefinitionMap.put("/link/**", ANON);
filterChainDefinitionMap.put("/index.html", ANON);
filterChainDefinitionMap.put("/link.html", ANON);
filterChainDefinitionMap.put("/axios.map", ANON);
//验证链接
filterChainDefinitionMap.put("/api/link/validate**", ANON);