From 4f7de3cd80796e196c5d47ca51b10f82fc5c28fb Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 11 Apr 2025 14:15:01 +0800
Subject: [PATCH] feat:去除控制台打印
---
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