南昌市物联网技防平台-前端
zengh
2021-02-03 d63bf8f5a34fdd1c2aa1bc1be9f76045b5ff2f0a
音频文件
1 files modified
4 ■■■■ changed files
src/page/index/logo.vue 4 ●●●● patch | view | raw | blame | history
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();
        });