企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
~~~ module.exports = { devServer: { proxy: { "api": { target: "http://localhost:8080", changeOrigin: true, pathRewrite: { "^/api": "/mock/", } }, "sohu": { target: "http://pv.sohu.com/",// http://pv.sohu.com/cityjson changeOrigin: true, pathRewrite: { "^/sohu": "", } }, } } }; ~~~ > 注意:proxy下有参数项出现一次,接下来出现的参数项不能再包含有这个参数项,否则会出错 > 比如:参数项api出现,接下来的参数项不能再有apixxxx或xxxapixxxx这类的