业绩查询页面搭建

This commit is contained in:
huichao
2020-07-21 15:05:41 +08:00
parent 4779b518a4
commit 73e81e37fa
10 changed files with 353 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
const performance = () => import('@/views/ebiz/performance/Performance')
export default [
{
path: '/performance/Performance',
name: 'Performance',
component: performance,
meta: {
title: '业绩查询',
index: 1
}
},
// {
// path: '/poster/posterPreview',
// name: 'posterPreview',
// component: posterPreview,
// meta: {
// title: '海报预览',
// index: 2
// }
// }
]