From cc2690efb003ae5d7c5a73826258da93d106e0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Sat, 26 Jul 2025 17:34:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=87=AA=E6=A3=80=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/self.ts | 1 - src/components/system/Check/index.vue | 155 ++++++---------------------------- 2 files changed, 24 insertions(+), 132 deletions(-) diff --git a/src/apis/self.ts b/src/apis/self.ts index d090ef9..b804502 100644 --- a/src/apis/self.ts +++ b/src/apis/self.ts @@ -1,4 +1,3 @@ import http from 'libs/http' -export const getSelfStatus = (): Promise> => http.get('/self-test/status') export const getSelfFinish = (params: boolean): Promise> => http.post('/self-test/finish', { params: { mode: params } }) diff --git a/src/components/system/Check/index.vue b/src/components/system/Check/index.vue index a4281cd..56d85a9 100644 --- a/src/components/system/Check/index.vue +++ b/src/components/system/Check/index.vue @@ -1,6 +1,5 @@