From e9b3fc99df1409081a8e680a22e3677e15076cce Mon Sep 17 00:00:00 2001 From: xuyoubin <1562013420@qq.com> Date: Tue, 5 Dec 2023 10:20:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=A6=96=E9=A1=B5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- god-ui/src/views/deviceInfo/home/index.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/god-ui/src/views/deviceInfo/home/index.vue b/god-ui/src/views/deviceInfo/home/index.vue index c91ee6e2..e2d7ebce 100644 --- a/god-ui/src/views/deviceInfo/home/index.vue +++ b/god-ui/src/views/deviceInfo/home/index.vue @@ -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) + + } }, };