我一直在寻找了很多,我仍然不知道我做错了,今天我的老板生气地购买Mac图了这一点,IAM的窗户。
在Windows上,对于chrome和moz来说,它可以正常工作,但对safari和chrome的请求失败。
我的请求正在尝试
-获取Cookie ID,并从数据库中收集有关ID的信息,然后返回我的应用。
我的代码
mounted(){
axios.get('/config/test.php/'+'?nocache='+ new Date().getTime({withCredentials:true})
.then(resp => this.productsdb = resp.data)
.then( resp=> {
this.totiq = this.productsdb.length;
console.log(resp)
})
},
我尝试了什么:
Php端:
header("Access-Control-Allow-Origin: *");
header('cache-control: no-cache');