1 Star 0 Fork 0

shadowfish / 机场

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
shadowfish07 提交于 2021-11-28 20:33 . 2
module.exports = {
publicPath: "./",
devServer: {
proxy: {
"/api": {
target: "http://10.1.93.128:8000/",
changeOrigin: true, // 允许跨域,在本地会创建一个虚拟服务端,然后发送请求的数据,并同时接收请求的数据,这样服务端和服务端进行数据的交互就不会有跨域问题
ws: true, // 开启webSocket
pathRewrite: {
"^/api": "", // 替换成target中的地址
},
},
},
},
};
1
https://gitee.com/shadowfish/airport.git
git@gitee.com:shadowfish/airport.git
shadowfish
airport
机场
master

搜索帮助