From 3c88ef38e2b127fc3f4e93bff74b7a7264c91f5f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 19 Mar 2021 14:30:38 +0800
Subject: [PATCH] 主动报警

---
 src/views/home/home.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/home/home.vue b/src/views/home/home.vue
index f00e48b..d3ae098 100644
--- a/src/views/home/home.vue
+++ b/src/views/home/home.vue
@@ -26,6 +26,7 @@
     mounted() {
       window.handleStartAnimalHeat = this.handleStartAnimalHeat;
       window.handleStartHealthcode = this.handleStartHealthcode;
+      window.handleStartAlarm = this.handleStartAlarm;
     },
     methods: {
       //体温监测分页数据

--
Gitblit v1.9.3