1.添加proxy.config.json文件
2.启动项目
ng s --proxy-config proxy.config.json
3.常见问题--使用错误命令
命令1:npm start --proxy proxy.config.json
npm WARN invalid config proxy="proxy.config.json"
npm WARN invalid config Must be a full url with 'http://'
命令2:npm start --proxy-config proxy.config.json
'proxy.config.json' could not be found in workspace