测试版终

This commit is contained in:
2025-04-14 22:50:22 +08:00
parent 6a6dabeca1
commit 60ed4f5ff7
3 changed files with 11 additions and 8 deletions

View File

@@ -254,6 +254,8 @@ const submit = () => {
getHostTimer.value = setInterval(() => {
fetchDataCount().then((res) => {
hostData.value = JSON.parse(res);
tkaccountuse(tkData.value[0].account, 0)
tkaccountuse(tkData.value[1].account, 1)
})
}, 1000);