From de930c3b084e1b70ca08f836cb968c1968f776ed Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Tue, 4 Aug 2020 15:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=9A=E7=BB=A9=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/ebiz/performance.js | 72 +++++++++++++++++----------------- 1 file changed, 36 insertions(+), 36 deletions(-) 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 + } + } +]