From d63bf8f5a34fdd1c2aa1bc1be9f76045b5ff2f0a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 03 Feb 2021 11:49:32 +0800
Subject: [PATCH] 音频文件

---
 src/page/index/logo.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue
index d47f52d..3fe81c5 100644
--- a/src/page/index/logo.vue
+++ b/src/page/index/logo.vue
@@ -138,10 +138,10 @@
         var that = this;
 
         axios({
-          url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/alarm/alarm/page?current=1&size=1',
+          url: 'https://s16s652780.51mypc.cn/api/blade-jfpts/alarm/alarm/getLimit',
           method: 'get',
         }).then(function (response) {
-          that.deviceId = response.data.data.records[0].id;
+          that.deviceId = response.data.data[0].id;
           //获得最新ID,开启实时报警循环
           that.layerRealtime();
         });

--
Gitblit v1.9.3