@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/shared",
3
- "version": "1.0.0-beta.371",
3
+ "version": "1.0.0-beta.372",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -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) {