axios.post(
`http://gzh.lnsjjjc.gov.cn/api/web/exam/answer`,
{
"content": paramsObj
},
{
headers:{
'token':localStorage.getItem('usertoken')
},
},
).then(success=>{
console.log(success)
console.log('获取答题对错')
this.answerObject = success.data.data
})
网友评论