修改传参方式

This commit is contained in:
huichao
2020-07-26 11:59:52 +08:00
parent 2b080c78c7
commit 1afb2372be
5 changed files with 64 additions and 55 deletions

View File

@@ -13,16 +13,7 @@ export default [
}
},
{
path: '/performance/Performance/:parmas',
name: 'Performance',
component: performance,
meta: {
title: '业绩查询',
index: 1
}
},
{
path: '/performance/AttendanceInfo/:parmas',
path: '/performance/AttendanceInfo',
name: 'AttendanceInfo',
component: attendanceInfo,
meta: {
@@ -31,7 +22,7 @@ export default [
}
},
{
path: '/performance/PerformanceList/:obj',
path: '/performance/PerformanceList',
name: 'PerformanceList',
component: PerformanceList,
meta: {