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