diff --git a/frontend/src/views/home/components/test.vue b/frontend/src/views/home/components/test.vue
index 076f710..b6f998e 100644
--- a/frontend/src/views/home/components/test.vue
+++ b/frontend/src/views/home/components/test.vue
@@ -9,67 +9,67 @@
检测用时:{{ timeView }}
-
-
-
-
-
- 初始化中
-
+
+
+
+
+
+
+
- 停止检测
-
-
-
-
-
- 暂停中
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- 检测完成
+
- 继续检测
-
-
+
+
+
+
+
+
+
+
+
检测项进度
@@ -1428,6 +1428,10 @@ onBeforeUnmount(() => {
clearInterval(timer)
}
})
+
+defineExpose({
+ handlePause
+})