|
@ -72,6 +72,8 @@ public class ShiroConfig { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/workorder/**", "anon"); //小程序开发接口验证放开 |
|
|
|
|
|
|
|
|
filterChainDefinitionMap.put("/sys/oss/file/upload", "anon"); //图片上传验证放开 |
|
|
filterChainDefinitionMap.put("/sys/oss/file/upload", "anon"); //图片上传验证放开 |
|
|
filterChainDefinitionMap.put("/sys/common/upload", "anon"); //图片上传验证放开 |
|
|
filterChainDefinitionMap.put("/sys/common/upload", "anon"); //图片上传验证放开 |
|
|
filterChainDefinitionMap.put("/sys/cas/client/validateLogin", "anon"); //cas验证登录 |
|
|
filterChainDefinitionMap.put("/sys/cas/client/validateLogin", "anon"); //cas验证登录 |
|
|