2 Star 0 Fork 0

天天向上/smallBBS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 738 Bytes
一键复制 编辑 原始数据 按行查看 历史
hyb 提交于 2020-10-10 16:23 . 星座速配
module.exports = {
devServer:{
proxy:{
"/api":{
target:"https://showme.myhope365.com",
changeOrigin:true,
// pathRewrite:{
// "^/api":""
// }
},
"/more":{
target:"https://api.jisuapi.com",
changeOrigin:true,
secure:false,
pathRewrite:{
"^/more":""
}
},
"/jH":{
target:"http://apis.juhe.cn",
changeOrigin:true,
secure:false,
pathRewrite:{
"^/jH":""
}
},
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/guoqianqiang/small-bbs.git
[email protected]:guoqianqiang/small-bbs.git
guoqianqiang
small-bbs
smallBBS
master

搜索帮助