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 },