fix:修改学习路径问题

This commit is contained in:
wyx
2023-02-20 18:01:44 +08:00
parent 46d6dada14
commit aee1eb58e8
5 changed files with 43 additions and 53 deletions

View File

@@ -52,6 +52,7 @@ export const COMMENT_LIST = '/comment/list'
export const VOTE_DETAIL2 = `/voteSubmit/queryVoteTaskDetailById post`
export const VOTE_DETAIL3 = voteId => `/vote/queryVoteById?voteId=${voteId}`
// 投票详情接口
export const VOTE_DETAIL_SUBMIT = `/voteSubmit/vote/commit post`