From 1befdd4a5c856d99249aa7ff849b8aade0adc164 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sun, 21 Mar 2021 13:07:37 +0800
Subject: [PATCH] 在线设备链接
---
src/views/home/home.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/views/home/home.vue b/src/views/home/home.vue
index 4ff2a84..5727eab 100644
--- a/src/views/home/home.vue
+++ b/src/views/home/home.vue
@@ -27,6 +27,7 @@
window.handleStartAnimalHeat = this.handleStartAnimalHeat;
window.handleStartHealthcode = this.handleStartHealthcode;
window.handleStartAlarm = this.handleStartAlarm;
+ window.handleStartEquipment = this.handleStartEquipment;
},
methods: {
//体温监测分页数据
@@ -49,6 +50,12 @@
path: `/realTimePolice/index`,
query: data[0]
});
+ },
+ //在线设备分页数据
+ handleStartEquipment(){
+ this.$router.push({
+ path: `/clientManagement/index`
+ });
}
// getData() {
--
Gitblit v1.9.3