this.$http({
method: 'POST',
url: 'get_repo_summary',
data: {
repository_name: repositoryName
}
}).then((data) => {
let content = compile(data.data)
})
this.$http({
method: 'POST',
url: 'get_repo_summary',
data: {
repository_name: repositoryName
}
}).then((data) => {
let content = compile(data.data)
})
本文标题:项目中请求的封装和使用
本文链接:https://www.haomeiwen.com/subject/dkomvxtx.html
网友评论