forked from drone/command-center-dashboard

张含笑
2025-04-11 b0ae7ebfe5c2221e7f44dc8604e87aba0b0f9e5a
Merge remote-tracking branch 'origin/master'
2 files modified
2 ■■■ changed files
src/store/modules/home.js 1 ●●●● patch | view | raw | blame | history
src/views/Home/HomeLeft/MachineNestList.vue 1 ●●●● patch | view | raw | blame | history
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) => {
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)
    })
}