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 @@