int a;
int b;
this.$http({
url: url,
method: "POST",
data: param,
headers: {
"Content-Type": "application/json;charset=UTF-8",
"cache-control": "no-cache"
}
})
.then(res => {
console.log(res.data)
});