const productManager = () => import('@/module/productManager/page/product_manager.vue'); export default [{ path:'/home/product', component: productManager, name: '产品结构树', hidden: true }]