diff --git a/frontend/src/views/home/components/testPopup.vue b/frontend/src/views/home/components/testPopup.vue index b64443e..71dd31d 100644 --- a/frontend/src/views/home/components/testPopup.vue +++ b/frontend/src/views/home/components/testPopup.vue @@ -23,7 +23,7 @@ 跳过 开始检测 @@ -276,15 +276,15 @@ watch(ActiveStatue, function (newValue, oldValue) { stepsActiveIndex.value += 2 nextStepText.value = '检测完成' } - if (newValue === 'test_init_fail' ) { + if (newValue === 'test_init_fail') { stepsActiveIndex.value += 2 nextStepText.value = '初始化失败' } - if (newValue === 'connect_timeout' ) { + if (newValue === 'connect_timeout') { stepsActiveIndex.value += 2 nextStepText.value = '连接超时' } - if (newValue === 'pause_timeout' ) { + if (newValue === 'pause_timeout') { stepsActiveIndex.value += 2 // nextStepText.value = '结束测试' nextStepText.value = '暂停超时'