|
|
@ -34,18 +34,20 @@ export function getNavItem (user, dispatch) { |
|
|
|
to: '/service/carrierPigeon/emPush', |
|
|
|
items: [{ |
|
|
|
itemKey: 'emPush', to: '/service/carrierPigeon/emPush', text: 'EM推送' |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
itemKey: 'appPush', to: '/service/carrierPigeon/appPush', text: '应用推送' |
|
|
|
}] |
|
|
|
},{ |
|
|
|
itemKey: 'preventiveMaintenance', |
|
|
|
text: '预防性维保', |
|
|
|
icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconjianshezhong"></iconpark-icon>, |
|
|
|
to: '/service/preventiveMaintenance/maintenanceModel', |
|
|
|
items: [{ |
|
|
|
itemKey: 'maintenanceModel', to: '/service/preventiveMaintenance/maintenanceModel', text: '维保模型' |
|
|
|
}] |
|
|
|
},{ |
|
|
|
}, |
|
|
|
// { |
|
|
|
// itemKey: 'preventiveMaintenance', |
|
|
|
// text: '预防性维保', |
|
|
|
// icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconjianshezhong"></iconpark-icon>, |
|
|
|
// to: '/service/preventiveMaintenance/maintenanceModel', |
|
|
|
// items: [{ |
|
|
|
// itemKey: 'maintenanceModel', to: '/service/preventiveMaintenance/maintenanceModel', text: '维保模型' |
|
|
|
// }] |
|
|
|
// }, |
|
|
|
{ |
|
|
|
itemKey: 'serviceRecord', |
|
|
|
text: '服务记录', |
|
|
|
icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconjianshezhong"></iconpark-icon>, |
|
|
|