forked from drone/command-center-dashboard

chenyao
2025-04-19 0be474833723f98d3347880c874e939b55f920ed
src/store/modules/home.js
@@ -77,6 +77,7 @@
      window.localStorage.setItem('bs_workspace_id', id)
    },
    setOsdVisibleInfo: (state, info) => {
      console.log('存储',info)
      state.osdVisible = Object.assign({}, info)
      window.localStorage.setItem('bs_osd', JSON.stringify(info))
    },