for the first time, separate items from front and rear, don"t laugh.
this is the "account list" interface given by the backend. I installed axios but couldn"t get the data.
mounted:function () {
var Authorization = getCookie("token");
axios.get("http://218.17.XXX.XXX:9104/account/list",Authorization)
.then( res =>{
console.log(res)
})
}
browser keeps reporting error: Uncaught (in promise) Error: Request failed with status code 401