公告板
版本库
filestore
活动
搜索
登录
白宗昊
/
jiangxi_air_student
江西空管,学生页面
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
项目初始
baizonghao
2023-06-12
ff3d46bf575755e4b1ba410953c2bf1648d88919
[~bzh/jiangxi_air_student.git]
/
src
/
api
/
subject.js
1
2
3
4
5
6
import { post } from '@/utils/request'
export default {
list: query => post('/api/student/education/subject/list'),
select: id => post('/api/student/education/subject/select/' + id)
}