lyh
2026-01-19 22c3bf8b939cd907f171bb4435ad1fc71548d8f7
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
}]