文件大小提示

This commit is contained in:
caozehui
2025-03-31 18:54:13 +08:00
parent 56d035253b
commit e1a740f8bf
2 changed files with 8 additions and 6 deletions

View File

@@ -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})
// }
/**
* 暂停正式检测