mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 16:02:52 +08:00
'产说会list'
This commit is contained in:
@@ -1,44 +1,14 @@
|
||||
//产品列表 定义相关组件
|
||||
const productList = () => import('@/views/ebiz/product/ProductList')
|
||||
const productDetail = () => import('@/views/ebiz/product/ProductDetail')
|
||||
const productDocument = () => import('@/views/ebiz/product/ProductDocument')
|
||||
const homeProduct = () => import('@/views/ebiz/product/HomeProduct')
|
||||
//产说会列表 定义相关组件
|
||||
const List = () => import('@/views/ebiz/productionSay/List')
|
||||
|
||||
export default [
|
||||
{
|
||||
path: '/product/productList',
|
||||
name: 'productList',
|
||||
component: productList,
|
||||
path: '/productionSay/List',
|
||||
name: 'List',
|
||||
component: List,
|
||||
meta: {
|
||||
title: '产品列表',
|
||||
title: '产说会列表',
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/product/productDetail/:productDetailCode',
|
||||
name: 'productDetail',
|
||||
component: productDetail,
|
||||
meta: {
|
||||
title: '产品详情',
|
||||
index: 2
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/product/productDocument',
|
||||
name: 'productDocument',
|
||||
component: productDocument,
|
||||
meta: {
|
||||
title: '产品资料',
|
||||
index: 3
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/product/homeProduct',
|
||||
name: 'homeProduct',
|
||||
component: homeProduct,
|
||||
meta: {
|
||||
title: '首页产品',
|
||||
index: 4
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user