【类 型】:style 删除console日志

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
tk 2024-08-15 15:42:48 +08:00
parent e78c432de2
commit a7aeb59675
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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)