getanci(data) {
this.$http.jsonp("http://data1.library.sh.cn/gj/webapi/instances", {
params: {
key: "xxxx",
title: ""
}
},
{}).then((response) => {
console.log(response)
})
.catch(err => {
console.log(err)
})
}
// http://data1.library.sh.cn/gj/webapi/instances?title=%E4%B8%89%E5%9B%BD&key=xxxx
// vue http://data1.library.sh.cn/gj/webapi/instances?title=%E4%B8%89%E5%9B%BD&key=xxxx&callback=_jsonpfda1ln7gros
what is the reason for Technical Daniel and how to modify it