1 Star 0 Fork 0

藏不住的小p/alanblue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
藏不住的小p 提交于 2023-03-07 12:16 . Initial commit
module.exports = {
devServer:{
proxy: { //配置跨域
'/api': {/*api即代理*/
target: 'http://192.168.31.244:8088/', //这里后台的地址模拟的;应该填写你们真实的后台接口
changOrigin: true, //允许跨域,8080改为8090
pathRewrite: {
/* 重写路径,当我们在浏览器中看到请求的地址为:
http://localhost:8080/api被替换为target中的地址
http://localhost:8080/api/dzwlw/1 时
实际上访问的地址是:http://192.168.2.248:8888/dzwlw/1,因为重写了 /api
*/
'^/api': ''
}
},
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/little_p_that_cant_be_hidden/alanblue.git
[email protected]:little_p_that_cant_be_hidden/alanblue.git
little_p_that_cant_be_hidden
alanblue
alanblue
master

搜索帮助