perf: ♻️ Optimize Batch connection performance

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

View File

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