mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 10:36:44 +08:00
业绩查询页面搭建
This commit is contained in:
22
src/router/ebiz/performance.js
Normal file
22
src/router/ebiz/performance.js
Normal 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
|
||||
// }
|
||||
// }
|
||||
]
|
||||
Reference in New Issue
Block a user