feat:(REQ-2186) 因为存在tree中某个节点被隐藏,导致它的子节点构建在tree的root上,应该排除掉

This commit is contained in:
lilong 2024-05-10 17:24:45 +08:00
parent 62b37d46dd
commit 6780280ae8

View File

@ -51,7 +51,8 @@ public enum FeatureResourceType {
public static List<Integer> navTypes() {
return Arrays.asList(FeatureResourceType.MENU.getCode(),
FeatureResourceType.PAGE.getCode(),
FeatureResourceType.APP_ENTRY.getCode());
FeatureResourceType.APP_ENTRY.getCode(),
FeatureResourceType.ROOT.getCode());
}
public static List<Integer> pageTypes() {