import service from "@/api"; export const page = (postData = {examName: ''}) => { return service.post('/api/student/wrong/page',postData); }