isdata-customer-sdk 0.2.62 → 0.2.63

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.
@@ -30204,7 +30204,8 @@ const transformPortalData = (datas, menuTypes, filterObjectMap) => {
30204
30204
  menu_id: data.menu_id,
30205
30205
  beyond_type: data.menu_type ? data.menu_type : "RJVIEW-OTHERS",
30206
30206
  beyond_type_sort: data.menu_type_sort ? data.menu_type_sort : 999,
30207
- type: "MenuItem"
30207
+ type: "MenuItem",
30208
+ typeID: data.type
30208
30209
  };
30209
30210
  //如果存在快捷菜单映射数据或者是主菜单入口
30210
30211
  //如果是主菜单或者存在快捷访问映射或者孩子存在快捷访问映射或者是应用默认的菜单,则纳入到菜单中