feat:增加关卡等

This commit is contained in:
lixg
2023-02-14 20:57:38 +08:00
parent fafe4813bf
commit 47778cb8e0
6 changed files with 24 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
* @Author: lixg lixg@dongwu-inc.com
* @Date: 2023-01-13 11:42:48
* @LastEditors: lixg lixg@dongwu-inc.com
* @LastEditTime: 2023-02-10 15:31:15
* @LastEditTime: 2023-02-13 18:13:43
* @FilePath: /stu_h5/src/api/api.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
@@ -61,3 +61,5 @@ export const COMMENT_COLLECTION = '/comment/collection post'
export const EXTERNALEXAM = `/external/exam/queryExternalExam`
//关卡列表接口
export const ROUTERTASK_LIST = '/stu/router/chapterList post'
//获取项目详情
export const PROJECT_DETAIL = '/admin/project/detail'