Skip to content

Commit

Permalink
perf: ♻️ Optimize Batch connection performance
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 10, 2023
1 parent 83f8c04 commit 36de67b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Device/components/Wireless/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ export default {
this.handleConnect()
},
async handleBatch() {
if (this.loading) {
return false
}
const totalCount = this.wirelessList.length
let failCount = 0
Expand Down

0 comments on commit 36de67b

Please sign in to comment.