has been blocked by CORS policy: The request client is not a secure context and the resource is i...

该报错原因为:Chrome浏览器禁止外部请求访问本地,被CORS策略阻止
解决方案:
1、进chrome的设置里边: chrome://flags/#block-insecure-private-network-requests
2、将 Block insecure private network requests 设置为 Disabled

你可能感兴趣的:(has been blocked by CORS policy: The request client is not a secure context and the resource is i...)