feat:增加外部考试跳转界面及数据接入,增加投票数据接入及部分界面修改

This commit is contained in:
wyx
2023-02-01 17:40:26 +08:00
parent 8dffddef63
commit 5e8a11feaf
7 changed files with 697 additions and 16 deletions

View File

@@ -48,6 +48,9 @@ export const COMMENT_LIST = '/comment/list'
export const VOTE_DETAIL2 = voteId => `/vote/queryVoteAndVoteStemDetailByVoteId?voteId=${voteId} post`
// 投票详情接口
export const VOTE_DETAIL_SUBMIT = `/voteSubmit/queryVoteSubmitDetailListByTaskId post`
export const COMMENT_ADD = '/comment post'
export const COMMENT_PRAISE = '/comment/praise post'
export const COMMENT_COLLECTION = '/comment/collection post'
@@ -61,4 +64,7 @@ export const ACTIVITY = '/activity'
export const STUDY_RECORD = '/stu/task/thirdTask/submit post'
export const PROJECT_LIST = '/stu/project/list post'
export const FACETEACH_SIGNUP = `/stu/project/stuFaceTeachSignUp`
export const FACETEACH_SIGNUP = `/stu/project/stuFaceTeachSignUp`
// 外部考试详情接口
export const EXTERNALEXAM = `/external/exam/queryExternalExam`