标签: angular
代理配置在本地环境中正常运行
"/api/*": { "target": "http://10.71.9.82:8080", "secure": false, "changeOrigin": true, "logLevel": "debug", "pathRewrite": {"^/api" : ""} }
但是在tomcat中构建并部署了dist文件夹后,它不起作用 如何为代理配置tomcat?