feat:首页跳转
This commit is contained in:
parent
d059daa79e
commit
e9b3fc99df
@ -90,23 +90,28 @@ export default {
|
||||
},
|
||||
{
|
||||
title: "设备维保",
|
||||
path:'/deviceInfo/deviceManage'
|
||||
path:'/deviceInfo/deviceMaintenance'
|
||||
|
||||
},
|
||||
{
|
||||
title: "加油记录",
|
||||
path:'/deviceInfo/deviceManage'
|
||||
path:'/refuelLog/refuelLogQuery'
|
||||
|
||||
},
|
||||
{
|
||||
title: "设备硬件管理",
|
||||
path:'/deviceInfo/deviceManage'
|
||||
path:'/deviceEqu/hardware'
|
||||
|
||||
},
|
||||
{
|
||||
title: "报警信息处理",
|
||||
path:'/deviceInfo/deviceManage'
|
||||
path:'/warningCenter/gcjxAlarmInformationProcessing/index'
|
||||
|
||||
},
|
||||
{
|
||||
title: "设备油耗情况",
|
||||
path:'/deviceInfo/deviceManage'
|
||||
path:'/deviceData/fuelCondition'
|
||||
|
||||
},
|
||||
],
|
||||
personList: [
|
||||
@ -157,7 +162,10 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
goPage(path){
|
||||
console.log(path);
|
||||
this.$router.push(path)
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user