isdata-customer-sdk 0.2.57 → 0.2.59
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.
package/dist/index.common.js
CHANGED
|
@@ -30279,10 +30279,10 @@ const transformPortalData = (datas, menuTypes, filterObjectMap) => {
|
|
|
30279
30279
|
break;
|
|
30280
30280
|
}
|
|
30281
30281
|
}
|
|
30282
|
-
|
|
30283
|
-
|
|
30284
|
-
|
|
30285
|
-
|
|
30282
|
+
// 如果没有权限或者不是系统默认显示主菜单 则跳过
|
|
30283
|
+
if (filterObjectMap && !filterObjectMap[data.id] && data.is_app_defalut != "1") {
|
|
30284
|
+
continue;
|
|
30285
|
+
}
|
|
30286
30286
|
menuList.push(tempMenuData);
|
|
30287
30287
|
let types = tempMenuData.children;
|
|
30288
30288
|
types.sort((data1, data2) => {
|