hailin
2023-07-21 8990ca5d31d5b42c0c38bb9e70c35da187764f9d
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 }
      }
    ]
  },