From 300a107ae6ffa41049fe3b7d859222bb0f56670d Mon Sep 17 00:00:00 2001 From: szdot Date: Sat, 20 Jul 2024 18:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Arefactor=20=E9=A3=9E=E6=9C=BA=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E9=87=8C=20=E6=B7=BB=E5=8A=A0=E7=94=B5=E6=B1=A0=E5=AE=B9?= =?UTF-8?q?=E9=87=8F=E5=AD=97=E6=AE=B5=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0?= =?UTF-8?q?=E3=80=91=EF=BC=9A=20=E3=80=90=E8=BF=87=20=20=E7=A8=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9A=20=E3=80=90=E5=BD=B1=20=20=E5=93=8D=E3=80=91=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动 --- src/store/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {