无人机管理后台前端(已迁走)
chenyao
2025-09-27 179aad3c34772d5c813110a0d238518bf839dba5
src/store/modules/common.js
@@ -18,9 +18,13 @@
    downloadProgress:{
      htsjzx: 100, //数据中心
      htlsrwxq: 100, //历史任务详情
    }
    },
    lastHeight: 0, // 获取最后一点高度
  },
  mutations: {
    setLastHeight(state, data) {
      state.lastHeight = data
    },
    setDownloadProgress(state, data) {
      state.downloadProgress = data
    },