'产说会详情页'

This commit is contained in:
proudlx
2021-04-12 15:35:18 +08:00
parent e0312a19bb
commit c8e005e699
3 changed files with 110 additions and 19 deletions

View File

@@ -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
}
},
]