luohairen
2024-11-12 f7b2d928f99435c798d12e688d470c69f2f5c234
src/api/modules/wrong.js
@@ -1,5 +1,5 @@
import service from "@/api";
export const page = (data) => {
    return service.post('/api/student/wrong/page',data);
export const list = (data) => {
    return service.post('/api/student/wrong/list',data);
}