登录任务:开始登录按钮在任务运行中禁用,防止重复点击
This commit is contained in:
@@ -343,7 +343,7 @@ export default function LoginTasksPage() {
|
||||
icon={<PlayCircleOutlined />}
|
||||
loading={loading}
|
||||
onClick={handleBatchLogin}
|
||||
disabled={selectedIds.length === 0}
|
||||
disabled={selectedIds.length === 0 || wsConnected}
|
||||
size="small"
|
||||
>
|
||||
开始登录
|
||||
|
||||
Reference in New Issue
Block a user