luohairen
2024-10-29 a38b2ce4cf02b6ac7069ac89517287bf78f4dfdf
src/api/classes.js
@@ -83,3 +83,11 @@
    method: "PUT"
  })
}
// 获取老师列表
export const getTeacherList = () => {
  return axios({
    url: "/api/admin/user/student/list",
    method: "GET"
  })
}