mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 17:46:44 +08:00
修改传参方式
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user