|
|
@ -76,6 +76,9 @@ public class ShiroConfig { |
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/alUser/**", "anon"); |
|
|
|
filterChainDefinitionMap.put("/index/**", "anon"); |
|
|
|
filterChainDefinitionMap.put("/address/confAddressList", "anon"); |
|
|
|
filterChainDefinitionMap.put("/product/productList", "anon"); |
|
|
|
filterChainDefinitionMap.put("/product/productlist", "anon"); |
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/sys/oss/file/upload", "anon"); //图片上传验证放开 |
|
|
|
filterChainDefinitionMap.put("/sys/common/upload", "anon"); //图片上传验证放开 |
|
|
|