Failed to load https://aip.baidubce.com/oauth/2.0/token: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9527' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
请登录后评论
TOP
切换版块
跨域是前端最简单的问题,你让服务器给你加一个接口,你调用你自己的服务器接口,服务器去调用百度的
你那个前端和服务器必须是同一个域下面
需要通过服务器调用百度的接口,不能从前端直接调用,数据必须经过您自己的服务器
跨域暂不支持