mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 11:56:48 +08:00
feat:增加外部考试状态更新及判断跳转界面
This commit is contained in:
@@ -92,6 +92,9 @@ export const PointList = `/stu/project/rank_list/point_list`
|
||||
export const QueryEvaluationDetailById = evaluationId => `/evaluation/queryEvaluationDetailById?evaluationId=${evaluationId} post`
|
||||
|
||||
|
||||
// 外部考试点击去完成调用
|
||||
export const SubmitExternalExam = `/stu/externalExam/submitExternalExam post`
|
||||
|
||||
// 发表帖子
|
||||
export const PostAdd = `/statement/add post`
|
||||
// 帖子收藏
|
||||
@@ -105,3 +108,5 @@ export const PostPraise = `/statement/praise post`
|
||||
// 帖子更新
|
||||
export const PostUpdate = `/statement/update post`
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user