diff --git a/src/api/api.js b/src/api/api.js index e6d384f..c54171d 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -124,7 +124,10 @@ export const PostList = `/statement/list` export const QueryEvaluationTaskStatusOne = `/evaluation/queryEvaluationTaskStatusOne` // 投票浏览和参与数目 -export const EditVoteInvolvedAndBrowse = `/vote/editVoteInvolvedAndBrowse post` +export const EditVoteInvolvedAndBrowse = `/vote/editVoteInvolvedAndBrowse post` + +//查询路径关卡列表 +export const ROUTER_DETAIL_CHAPTER_LIST = `/stu/router/chapterPcList` diff --git a/src/views/ballot/BallotPage.vue b/src/views/ballot/BallotPage.vue index 764a421..768f71c 100644 --- a/src/views/ballot/BallotPage.vue +++ b/src/views/ballot/BallotPage.vue @@ -99,6 +99,7 @@ style="width: 140px; height: 140px; border-radius: 8px" :src="value.optionPictureAddress" /> +