perf: ♻️ Optimize Batch connection performance

This commit is contained in:
viarotel 2023-11-10 13:55:10 +08:00
parent 83f8c041de
commit 36de67b590

@ -112,6 +112,10 @@ export default {
this.handleConnect() this.handleConnect()
}, },
async handleBatch() { async handleBatch() {
if (this.loading) {
return false
}
const totalCount = this.wirelessList.length const totalCount = this.wirelessList.length
let failCount = 0 let failCount = 0