this.$axios({
method:'get',
url:'/api/student/apply-project/list',
headers: {
'Content-Type':'application/x-www-form-urlencoded',token:this.token
},
// params:{
// page:'',
// pageSize:''
// }
}).then((response) => {
console.log('---response-', response)
}).catch(err => {
alert('请求失败')
console.log(this.token)
console.log(err.response)
})
xhr.js:258 GET http://localhost:8080/api/student/apply-project/list 500 (Internal Server Error)