get 请求
axios.get('baidu.com',{
params:{
id:value.id
}
}).then((res) => {
console.log(res)
})
------------------------------------------------
get 请求
--------------------------------------------------------------
post请求
axios.post('${basePath}/teacherclassroomprocess/insert',{
info:info,
resource:resource
}).then((res) => {
})
如有别的方法敬请留言更新