提交 8e572b08 authored 作者: 王鹏飞's avatar 王鹏飞

chore: 修改操作视频的课程列表接口地址

上级 868f99b4
...@@ -3,7 +3,7 @@ import type { VideoCreateItem } from './types' ...@@ -3,7 +3,7 @@ import type { VideoCreateItem } from './types'
// 获取课程列表 // 获取课程列表
export function getCourseList() { export function getCourseList() {
return httpRequest.get('/api/lab/v1/teacher/video/courses') return httpRequest.get('/api/lab/v1/teacher/course/list')
} }
// 获取实验列表 // 获取实验列表
export function getExperimentList(params: { course_id?: string }) { export function getExperimentList(params: { course_id?: string }) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论