公告板
版本库
filestore
活动
搜索
登录
阳洁
/
TAI_OTS_BROWSER
派生自
TAI_OTS_BROWSER
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
CIAQ报告预览支持
林致杰
2023-05-01
ba3091c2e072d728344bc04db8adb1b5dece2bf0
[~yj/TAI_OTS_BROWSER.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)
}