为重载页面放宽等待时间

This commit is contained in:
2023-10-01 02:48:23 +08:00
parent 407b999060
commit ff75509353
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ export default class ClientList {
//this.websocket = linkStart()
// 调试模式: 直接刷新页面重载
window.location.reload()
}, 1000)
}, 3000)
}
return websocket
}