3 Star 0 Fork 0

zqs/mall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 584 Bytes
一键复制 编辑 原始数据 按行查看 历史
carpedil 提交于 2021-03-01 11:09 . first commit by fjie
module.exports = {
lintOnSave:false,
devServer:{
port:8081,
proxy: {
"/api": { // /api 匹配项,匹配拦截;
target: "http://localhost:8080", //被请求的地址,需要被代理的地址
changeOrigin: true,//允许跨域
pathRewrite: {
"^/api": "" //重写配置,被代理的接口会多一个‘/api’的前缀,而原本的接口是没有的,所以需要通过此项来将接口的前缀‘/api’转换为‘’
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/double-cherry/mall.git
[email protected]:double-cherry/mall.git
double-cherry
mall
mall
master

搜索帮助