From a315f8bc5864848b2f408cbad42414ef09871464 Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Sun, 20 Aug 2023 12:03:37 +0800
Subject: [PATCH] fix:修改图标偏移,打开websocket
---
src/views/main/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/main/index.vue b/src/views/main/index.vue
index dc48f96..890efd8 100644
--- a/src/views/main/index.vue
+++ b/src/views/main/index.vue
@@ -303,6 +303,7 @@
},
// ���������������������
deviceDetail(mac, item, items, indexs) {
+ // this.$message.warning('���������������������������������������')
// console.log('������������������������')
// console.log(mac)
// console.log(item)
@@ -352,7 +353,7 @@
getData() {
this.monitorPointIds = []
this.$request({
- url: '/monitorPoint/queryMonitorPoints',
+ url: '/monitorPoint/queryMonitorPointsState',
method: 'get',
params: {
organizationId: this.organizationId,
--
Gitblit v1.8.0