diff --git a/frontend/src/views/home/components/test.vue b/frontend/src/views/home/components/test.vue
index 6c7ab04..3d45024 100644
--- a/frontend/src/views/home/components/test.vue
+++ b/frontend/src/views/home/components/test.vue
@@ -11,7 +11,7 @@
v-if="!isPause&&activeIndex < TEST_TOTAL"
:disabled="activeIndex===0"
:icon="VideoPause"
- @click="handlePauseOrContinue">暂停检测
+ @click="ts = 'paused'">暂停检测
{{ item.log }}
-