vue dev 跨域 devserver proxy Web开发, 解决方案 · 2021-03-28 vue.config.js ``` module.exports = { devServer: { proxy: { "/api": { target: "http://demo.ekuai.tech/", changeOrigin: true, pathRewrite: { "^/api": "", }, }, }, }, }; ``` 上一篇:localhost跨域问题 下一篇:vue vscode html 代码格式化 折行