Browse Source

重置投票记录api修复

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

8
src/api/CanApi.js

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