公告板
版本库
filestore
活动
搜索
登录
阳洁
/
TAI_OTS_BROWSER
派生自
TAI_OTS_BROWSER
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
vaq增加根据token生成随机数排列图片、修改界面、修改文字
阳洁
2024-01-05
ee0ac46d265f20c3b2c10385c5afa2efb0512a5a
[~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)
}