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