zuozhengqing
2023-11-22 3b2fc427d0b25bd606c261b9d8b6b8a727a0e37b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// const type from '@/router/deployCode'
 
const product = (resolve) => require(["@/views/productManage/product/index"], resolve) // 产品管理
 
const appconfig = [
  {
    path: "/productManage/product",
    name: "product",
    component: product,
    meta: {
      title: "产品管理"
    }
  }
]
 
export default appconfig