import http from "./config"; export const studentDelAll = (params) => http.get('/admin/student/del', {params})