import http from "@/utils/request"; export function getLearningData(params){ return http.get("/clearance/grade_index", params) }