说明(调试、发布) 1、前端代码 private baseUrl = "";// "http://localhost:52725"; 开发的时候可以先设置本地接口地址 2、发布的时候 ng build --prod ,然后把dist文件夹下的内容拷贝到.net core的wwwroot文件夹下