通过ng build构建代码后,代理配置不起作用

时间:2018-10-24 05:30:32

标签: angular

代理配置在本地环境中正常运行

"/api/*": {
      "target": "http://10.71.9.82:8080",
      "secure": false,
      "changeOrigin": true,
      "logLevel": "debug",
      "pathRewrite": {"^/api" : ""}
  }

但是在tomcat中构建并部署了dist文件夹后,它不起作用 如何为代理配置tomcat?

0 个答案:

没有答案