lyh
6 天以前 c60e141e9b43be2eb5122eaa7da13bc0cf3848cd
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
}]