this.axios({ method: 'get', url: '/api/projectmgt/project/Project/list', withCredentials : true, headers : { "Access-Control-Allow-Origin":"http://10.88.53.73:8080" }, data: { } })
本打算用请求带着cookie的方式实现,所以设置了withCredentials : true,然而报错,表示无能了。。。
this.axios({ method: 'get', url: '/api/projectmgt/project/Project/list', withCredentials : true, headers : { "Access-Control-Allow-Origin":"http://10.88.53.73:8080" }, data: { } })
本打算用请求带着cookie的方式实现,所以设置了withCredentials : true,然而报错,表示无能了。。。