|
@@ -543,6 +543,7 @@ const startPlay = () => {
|
|
const setPlayer = async () => {
|
|
const setPlayer = async () => {
|
|
// 连接中,禁止重复连接
|
|
// 连接中,禁止重复连接
|
|
if (connentLoading.value) return
|
|
if (connentLoading.value) return
|
|
|
|
+ runtime.evaluatingStatus = true
|
|
runtime.clickTime = new Date().getTime()
|
|
runtime.clickTime = new Date().getTime()
|
|
RuntimeUtils.resetPlayStatus()
|
|
RuntimeUtils.resetPlayStatus()
|
|
if (detailState.isPauseRecording) {
|
|
if (detailState.isPauseRecording) {
|