数据可视化大屏
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

18 строки
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. };