@lambo-design/shared 1.0.0-beta.371 → 1.0.0-beta.372
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/package.json +1 -1
- package/utils/menu/index.js +0 -1
package/package.json
CHANGED
package/utils/menu/index.js
CHANGED
|
@@ -416,7 +416,6 @@ export const generateTabDataFromPermission = (originMenuList,name,appId) => {
|
|
|
416
416
|
|
|
417
417
|
export const generateTabDataFromPermissionDefaultMainByPermission = (originMenuList,permissionId,appList,appId) => {
|
|
418
418
|
let menuItem = {};
|
|
419
|
-
debugger
|
|
420
419
|
if (permissionId && originMenuList) {
|
|
421
420
|
let originalMenu = originMenuList.find(item => item.permissionId == permissionId && item.type && item.type == '2' && appList.some(app => app.appId === item.appId) && (appId && item.appId == appId || !appId));
|
|
422
421
|
if (originalMenu && originalMenu.name) {
|