bug
lohir
2024-10-16 62dd07306df0ea3c13211af908e0232447fc031f
1
2
3
4
5
6
import service from "@/api";
 
 
export const getSubjectList = () => {
    return service.post('/api/student/subject/list');
};