From b0ae7ebfe5c2221e7f44dc8604e87aba0b0f9e5a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 11 Apr 2025 14:17:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/views/Home/HomeLeft/MachineNestList.vue | 1 -
src/store/modules/home.js | 1 +
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/home.js b/src/store/modules/home.js
index e39501a..d68f039 100644
--- a/src/store/modules/home.js
+++ b/src/store/modules/home.js
@@ -74,6 +74,7 @@
window.localStorage.setItem('bs_osd', JSON.stringify(info))
},
setWsMessage: (state, data) => {
+ console.log(data, '看看值')
state.wsMessage = data.host;
},
setDeviceInfo: (state, data) => {
diff --git a/src/views/Home/HomeLeft/MachineNestList.vue b/src/views/Home/HomeLeft/MachineNestList.vue
index ee20572..02ba4f6 100644
--- a/src/views/Home/HomeLeft/MachineNestList.vue
+++ b/src/views/Home/HomeLeft/MachineNestList.vue
@@ -71,7 +71,6 @@
if (res.data.code !== 0) return
tableList.value = res.data.data.records
pageParams.value.total = res.data.data.total
- console.log('标题', tableList.value)
})
}
--
Gitblit v1.9.3