数据可视化大屏
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
634B

  1. /**
  2. * For more configuration, please refer to https://angular.io/guide/build#proxying-to-a-backend-server
  3. *
  4. * 更多配置描述请参考 https://angular.cn/guide/build#proxying-to-a-backend-server
  5. *
  6. * Note: The proxy is only valid for real requests, Mock does not actually generate requests, so the priority of Mock will be higher than the proxy
  7. */
  8. module.exports = {
  9. /**
  10. * The following means that all requests are directed to the backend `https://localhost:9000/`
  11. */
  12. // '/api': {
  13. // target: 'https://localhost:9000/',
  14. // secure: false, // Ignore invalid SSL certificates
  15. // changeOrigin: true
  16. // }
  17. };