mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 13:04:57 +08:00
fix(); 10s内不链接成功就断开loading
This commit is contained in:
parent
ca735e232c
commit
235b6ab5fe
|
@ -388,6 +388,11 @@ function connectionUnity(flag:string){
|
||||||
remoteWsStore.reqMedicineConnect(params,()=>{
|
remoteWsStore.reqMedicineConnect(params,()=>{
|
||||||
connectionUnityLoading.value=false
|
connectionUnityLoading.value=false
|
||||||
});
|
});
|
||||||
|
setTimeout(()=>{
|
||||||
|
if (connectionUnityLoading.value) {
|
||||||
|
connectionUnityLoading.value=false
|
||||||
|
}
|
||||||
|
},10000)
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user