feat:(REQ-2186) 因为存在tree中某个节点被隐藏,导致它的子节点构建在tree的root上,应该排除掉
This commit is contained in:
parent
62b37d46dd
commit
6780280ae8
@ -51,7 +51,8 @@ public enum FeatureResourceType {
|
|||||||
public static List<Integer> navTypes() {
|
public static List<Integer> navTypes() {
|
||||||
return Arrays.asList(FeatureResourceType.MENU.getCode(),
|
return Arrays.asList(FeatureResourceType.MENU.getCode(),
|
||||||
FeatureResourceType.PAGE.getCode(),
|
FeatureResourceType.PAGE.getCode(),
|
||||||
FeatureResourceType.APP_ENTRY.getCode());
|
FeatureResourceType.APP_ENTRY.getCode(),
|
||||||
|
FeatureResourceType.ROOT.getCode());
|
||||||
}
|
}
|
||||||
|
|
||||||
public static List<Integer> pageTypes() {
|
public static List<Integer> pageTypes() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user