mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 01:46:45 +08:00
[FIX] 开门红数据报表
This commit is contained in:
24
src/router/ebiz/report.js
Normal file
24
src/router/ebiz/report.js
Normal file
@@ -0,0 +1,24 @@
|
||||
//数据报表 定义相关组件
|
||||
const reportList = () => import('@/views/ebiz/report/reportList')
|
||||
const reportDetail = () => import('@/views/ebiz/report/reportDetail')
|
||||
|
||||
export default [
|
||||
{
|
||||
path: '/report/reportList',
|
||||
name: 'reportList',
|
||||
component: reportList,
|
||||
meta: {
|
||||
title: '开门红数据报表',
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/report/reportDetail',
|
||||
name: 'reportDetail',
|
||||
component: reportDetail,
|
||||
meta: {
|
||||
title: '个险渠道',
|
||||
index: 1
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user