没有用框架 下面这样写报跨域了 请问怎么解决跨域
风采*{padding: 0;margin: 0}
.video{
width: 100%;
height: 300px;
}
video{
width: 100%;
height: 100%
}
window.οnlοad=function(){
axios({
method: 'post',
header: {
'content-type': 'application/x-www-form-urlencoded',
'Authorization': 'Basic dGVzdDp0ZXN0',
'scope': 'server',
'grant_type': 'password'
},
url: 'https://api.ili.com/auth/oauth/token',
data: {
password: 'b1234567898',
username: '17520646134',
}
}).then(res=>{
console.log(res)
})
}