mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 15:55:18 +08:00
bugfix
This commit is contained in:
@@ -161,7 +161,7 @@ public class ResourceService extends BaseService<ResourceEntity, ResourceReposit
|
||||
entity.setType("3");
|
||||
entity.setName("");
|
||||
entity.setUrl(allUrl);
|
||||
entity.setAnonymous(StringUtils.equalsAny(allUrl, "/login", "/logout", "/captcha"));
|
||||
entity.setAnonymous(StringUtils.equalsAny(allUrl, "/login", "/logout", "/genCaptcha"));
|
||||
|
||||
root.addChildren(entity);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user