isdata-customer-sdk 0.2.64 → 0.2.65
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
|
@@ -30197,7 +30197,7 @@ const transformPortalData = (datas, menuTypes, filterObjectMap) => {
|
|
|
30197
30197
|
sort: data.sort,
|
|
30198
30198
|
actionType: data.actionType,
|
|
30199
30199
|
url: data.url,
|
|
30200
|
-
iconClass: data.image,
|
|
30200
|
+
iconClass: data.image ? data.image : "el-icon-menu",
|
|
30201
30201
|
parent_id: data.parent_id,
|
|
30202
30202
|
children: [],
|
|
30203
30203
|
app_id: data.app_id,
|