feat:首页跳转

This commit is contained in:
xuyoubin 2023-12-05 10:20:15 +08:00
parent d059daa79e
commit e9b3fc99df

View File

@ -90,23 +90,28 @@ export default {
}, },
{ {
title: "设备维保", title: "设备维保",
path:'/deviceInfo/deviceManage' path:'/deviceInfo/deviceMaintenance'
}, },
{ {
title: "加油记录", title: "加油记录",
path:'/deviceInfo/deviceManage' path:'/refuelLog/refuelLogQuery'
}, },
{ {
title: "设备硬件管理", title: "设备硬件管理",
path:'/deviceInfo/deviceManage' path:'/deviceEqu/hardware'
}, },
{ {
title: "报警信息处理", title: "报警信息处理",
path:'/deviceInfo/deviceManage' path:'/warningCenter/gcjxAlarmInformationProcessing/index'
}, },
{ {
title: "设备油耗情况", title: "设备油耗情况",
path:'/deviceInfo/deviceManage' path:'/deviceData/fuelCondition'
}, },
], ],
personList: [ personList: [
@ -157,7 +162,10 @@ export default {
}, },
methods: { methods: {
goPage(path){ goPage(path){
console.log(path);
this.$router.push(path) this.$router.push(path)
} }
}, },
}; };