标签:eth port index 遇到 table hang status 后端 参考
‘/api‘: {
target:‘http://129.204.247.165/‘,
changeOrigin:true,
pathRewrite:{
‘^/api‘: ‘‘
}
}
},
import axios from ‘axios‘
Vue.prototype.$axios = axios
method: ‘post‘,
url: ‘/api/posts/gethotbystatus‘,
data:qs.stringify({
day:20,
status:0
}),
headers: {
‘Content-Type‘: ‘application/x-www-form-urlencoded‘
},
}).then(function (res) {}
标签:eth port index 遇到 table hang status 后端 参考
原文地址:https://www.cnblogs.com/hrc990816/p/13193241.html