Browse Source

修复显示,增加排序

master
cgx 2 weeks ago
parent
commit
a504899e06
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java

+ 3
- 0
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java View File

@ -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"); //图片上传验证放开


Loading…
Cancel
Save