diff --git a/src/store/index.js b/src/store/index.js index 8f3615b..69e31e4 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -285,7 +285,8 @@ const store = new Vuex.Store({ getPlaneMode: null, // 飞机模式 loadweight: null, // 重量 hookstatus: null, // 钩子状态 - position: []// [[经度,维度,海拔高度]]累计数组 + position: [], // [[经度,维度,海拔高度]]累计数组 + battCapacity: null// 电池容量 } }) if (res.data.status === 1) {