轮回调用接口时间由一秒改为五秒

This commit is contained in:
wu.jifen
2025-06-24 09:43:48 +08:00
parent f0080c1fdc
commit d454eb1256

View File

@@ -297,7 +297,7 @@ export default {
})
clearInterval(this.extractStatus.timer)
}
}, 1000)
}, 5000)
this.onBack()
},
onBack() {