预见测代码

This commit is contained in:
2024-12-20 16:32:03 +08:00
parent 5f0b36b3bb
commit bbe23e1b14
5 changed files with 330 additions and 33 deletions

View File

@@ -0,0 +1,7 @@
import type { Device } from '@/api/device/interface/device'
import http from '@/api'
export const startTest = (params) => {
return http.post(`/prepare/startTest`, params,{ loading: false })
}