【类 型】:style 删除console日志
【原 因】: 【过 程】: 【影 响】:
This commit is contained in:
parent
e78c432de2
commit
a7aeb59675
@ -107,7 +107,6 @@ export default {
|
||||
const batteryCapacity = this.plane.planeState.battCapacity // 电池总容量 (mAh)
|
||||
// 计算返航所需电量(mAh),假设电流与电量是线性关系
|
||||
const rtlPowerRequired = rtlTime * currentBattery / 3.6 // 返航所需电量 (mAh)
|
||||
console.log(rtlPowerRequired)
|
||||
// 计算返航所需电量占总电量的百分比
|
||||
const rtlPowerPercentage = (rtlPowerRequired / batteryCapacity) * 100
|
||||
// 将百分比限制在 0 到 100 范围内
|
||||
|
@ -367,7 +367,6 @@ const store = new Vuex.Store({
|
||||
}).then(() => {
|
||||
const params = new URLSearchParams()
|
||||
params.append('idArr', idArr)
|
||||
console.log(params)
|
||||
api.post('deleteAir', params).then(res => {
|
||||
if (res.data.status === 1) {
|
||||
Message.success(res.data.msg)
|
||||
|
Loading…
Reference in New Issue
Block a user