From ea03bb6301480ca281f70774f10315eb43be8f97 Mon Sep 17 00:00:00 2001 From: JINGYJ <1458671527@qq.com> Date: Fri, 22 Sep 2023 16:15:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=AE=97=E6=B3=95=E5=AE=9E=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/algorithmTesting/index.vue | 125 ++++++++++++++++++++++++++- 1 file changed, 123 insertions(+), 2 deletions(-) diff --git a/src/views/algorithmTesting/index.vue b/src/views/algorithmTesting/index.vue index 404dc4b..671fb7c 100644 --- a/src/views/algorithmTesting/index.vue +++ b/src/views/algorithmTesting/index.vue @@ -1,11 +1,132 @@ - - 算法实测 + + 算法实测 + + + + + + + + 检测类型 + + + + + + {{ captureStatus ? "关闭相机" : "开启相机" }} + {{ restore ? "恢复" : "拍摄" }} + + + +