angular http 跨域访问

1、在跟目录中创建配置文件:proxy.config.json ,文件内容如下:

{ "/api": { "target": "http://192.168.0.200:10091", "secure": false, "pathRewrite": { "^/api": "" } } }

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpygxs.html