Browse Source

重置投票记录api修复

yjt
lenghui 5 months ago
parent
commit
d5cd1f5862
  1. 2
      src/api/CanApi.js

2
src/api/CanApi.js

@ -16,7 +16,7 @@ const CanApi = {
//查看详情 //查看详情
Detail(jwcode){ Detail(jwcode){
return service.get(`https://api.xxcg.com/investvote/getVotesByCandidate/`+`${jwcode}`) return service.get(`https://api.xxcg.com/investvote/getVotesByCandidate/`+`${jwcode}`)
}
},
//重置投票记录 //重置投票记录
Reset(){ Reset(){
return service.get('https://api.xxcg.com/investvote/resetVote') return service.get('https://api.xxcg.com/investvote/resetVote')

Loading…
Cancel
Save