|
@@ -250,7 +250,6 @@ let startTuneTimer: any = null
|
|
runtime.delayCheckFirst = true
|
|
runtime.delayCheckFirst = true
|
|
delayData.open = false
|
|
delayData.open = false
|
|
startButtonShow.value = true
|
|
startButtonShow.value = true
|
|
- runtime.evaluatingStatus = false
|
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
delayData.checkStatus = 'init'
|
|
delayData.checkStatus = 'init'
|
|
delayData.step = 1
|
|
delayData.step = 1
|
|
@@ -543,7 +542,6 @@ 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) {
|