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