谐波次数、弹窗位置

This commit is contained in:
caozehui
2025-01-13 13:57:24 +08:00
parent 4bb4eb80d9
commit 17fe29cb1b
7 changed files with 44 additions and 31 deletions

View File

@@ -22,7 +22,7 @@ export const startTest = (params) => {
* @param params
*/
export const pauseTest = () => {
return http.get(`/test/closePreTest`, params, {loading: false})
return http.get(`/prepare/closePreTest`, {loading: false})
}
/**