lyh
6 天以前 73e6916dfb4956e733be0542bb3f8bf87fd89925
1
2
3
4
5
6
7
const productManager = () => import('@/module/productManager/page/product_manager.vue');
export default [{
  path:'/home/product',
  component: productManager,
  name: '产品结构树',
  hidden: true
}]