上传者: 38665944
|
上传时间: 2021-10-09 10:22:29
|
文件大小: 37KB
|
文件类型: -
前端使用的是vue,下面是axios的主要代码
methods: {
search: function () {
var params = {
content1: this.content1
}
this.$axios.post("http://127.0.0.1:8000/search/", params)
.then((response)=> {
console.log(response);
this.response1=response.data['content1']
})
.catch(f