倒计时没有覆盖复机停机的问题
This commit is contained in:
@@ -2920,6 +2920,10 @@
|
||||
await getTableData()
|
||||
}
|
||||
} catch (error: any) {
|
||||
if (error instanceof FrontendRateLimitError) {
|
||||
ElMessage.warning(`操作过于频繁,请${formatRemainingTime(error.remainingMs)}后再试`)
|
||||
return
|
||||
}
|
||||
console.error('停用此卡失败:', error)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user