lyh
5 天以前 c150c4b99e3f3eec5825c4f921830ec06b1efe2c
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
}]