From e1a740f8bf4ce95d7c6968f96b818791aa755e21 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 31 Mar 2025 18:54:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=A7=E5=B0=8F=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/socket/socket.ts | 6 +++--- .../src/views/system/template/components/reportPopup.vue | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/frontend/src/api/socket/socket.ts b/frontend/src/api/socket/socket.ts index 007bb3d..33fd498 100644 --- a/frontend/src/api/socket/socket.ts +++ b/frontend/src/api/socket/socket.ts @@ -13,9 +13,9 @@ export const closePreTest = (params) => { * 开始正式检测 * @param params */ -export const startTest = (params) => { - return http.post(`/prepare/startTest`, params, {loading: false}) -} +// export const startTest = (params) => { +// return http.post(`/prepare/startTest`, params, {loading: false}) +// } /** * 暂停正式检测 diff --git a/frontend/src/views/system/template/components/reportPopup.vue b/frontend/src/views/system/template/components/reportPopup.vue index 54c5c93..ae5376f 100644 --- a/frontend/src/views/system/template/components/reportPopup.vue +++ b/frontend/src/views/system/template/components/reportPopup.vue @@ -1,6 +1,6 @@