From 517ada59580a84035d2373034f7b77c0bdf044c5 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期一, 11 十一月 2024 15:33:05 +0800 Subject: [PATCH] 错题本分页 --- src/api/modules/wrong.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/modules/wrong.js b/src/api/modules/wrong.js index 87cd66c..c28a664 100644 --- a/src/api/modules/wrong.js +++ b/src/api/modules/wrong.js @@ -1,5 +1,5 @@ import service from "@/api"; -export const page = (postData = {examName: ''}) => { - return service.post('/api/student/wrong/page',postData); +export const page = (data) => { + return service.post('/api/student/wrong/page',data); } \ No newline at end of file -- Gitblit v1.8.0