this.$http.post("http://192.168.1.37/app/getPhoneRightCode.action", {
params: {
"session": sessionStorage,
"phone": phone_num,
"type": 1
}
}).then(response => {
console.log(response);
})
the method is called successfully, but the server shows that all three parameters are null,. It is estimated that there is something wrong with the front end.