diff --git a/src/router/ebiz/performance.js b/src/router/ebiz/performance.js index 597878d3f..cfe9d89ff 100644 --- a/src/router/ebiz/performance.js +++ b/src/router/ebiz/performance.js @@ -4,40 +4,40 @@ const PerformanceList = () => import('@/views/ebiz/performance/PerformanceList') const PerformanceInfo = () => import('@/views/ebiz/performance/PerformanceInfo') export default [ - { - path: '/performance/Performance', - name: 'Performance', - component: performance, - meta: { - title: '业绩查询', - index: 1 - } - }, - { - path: '/performance/AttendanceInfo', - name: 'AttendanceInfo', - component: attendanceInfo, - meta: { - title: '业绩查询', - index: 3 - } - }, - { - path: '/performance/PerformanceList', - name: 'PerformanceList', - component: PerformanceList, - meta: { - title: '业绩查询', - index: 3 - } - }, - { - path: '/performance/PerformanceInfo', - name: 'PerformanceInfo', - component: PerformanceInfo, - meta: { - title: '业绩查询', - index: 4 - } + { + path: '/performance/Performance', + name: 'Performance', + component: performance, + meta: { + title: '个险业绩查询', + index: 1 } - ] \ No newline at end of file + }, + { + path: '/performance/AttendanceInfo', + name: 'AttendanceInfo', + component: attendanceInfo, + meta: { + title: '个险业绩查询', + index: 3 + } + }, + { + path: '/performance/PerformanceList', + name: 'PerformanceList', + component: PerformanceList, + meta: { + title: '个险业绩查询', + index: 3 + } + }, + { + path: '/performance/PerformanceInfo', + name: 'PerformanceInfo', + component: PerformanceInfo, + meta: { + title: '个险业绩查询', + index: 4 + } + } +]