mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 12:32:53 +08:00
'产说会详情页'
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
//产说会列表 定义相关组件
|
||||
const List = () => import('@/views/ebiz/productionSay/List')
|
||||
const createChangeItem = () => import('@/views/ebiz/productionSay/createChangeItem')
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -10,5 +11,13 @@ export default [
|
||||
title: '产说会列表',
|
||||
index: 1
|
||||
}
|
||||
},{
|
||||
path: '/productionSay/createChangeItem',
|
||||
name: 'createChangeItem',
|
||||
component: createChangeItem,
|
||||
meta: {
|
||||
title: '创建产说会',
|
||||
index: 2
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user