hailin
2023-07-21 17e62da2a097844b0f6f7a58926e7d0a40598d2c
src/router/index.js
@@ -70,7 +70,7 @@
        name: 'SpecificationDetails',
        // hidden: true,
        component: () => import('@/views/standardLibrary/SpecificationDetails'),
        meta: { title: '产品规格详情', icon: 'form', show: false, breadcrumb: false }
        meta: { title: '产品规格详情', icon: 'form', show: false }
      }
    ]
  },
@@ -304,7 +304,7 @@
        path: 'myBusiness',
        name: 'MyBusiness',
        component: () => import('@/views/personal/myBusiness/index'),
        meta: { title: '我的企业', icon: 'tree' }
        meta: { title: '我的企业', icon: 'tree', show: false }
      }
    ]
  },