isdata-customer-sdk 0.2.27 → 0.2.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30084,6 +30084,7 @@ const transformPortalData = (datas, menuTypes, filterObjectMap) => {
30084
30084
  //缓存所有父亲菜单信息
30085
30085
  for (let key in filterObjectMap) {
30086
30086
  let item = filterObjectMap[key];
30087
+ if (!item) continue;
30087
30088
  let parent_id = item.parent_id;
30088
30089
  if (parent_id) {
30089
30090
  parentMaps[parent_id] = true;