1 Star 0 Fork 0

月明星希/vue移动端app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
月明星希 提交于 2020-12-25 15:48 . 文章详情的图片预览完成
// vue-cli的配置文件
// https://cli.vuejs.org/zh/config/ // 文档地址
module.exports = {
publicPath:'./',
assetsDir:'static',
devServer: {
port:3000,
// 跨域配置
// proxy: 'http://mobilecdnbj.kugou.com'
proxy: {
// 碰到以/api开头的请求,转发发给target的地址
'/api': {
target: 'http://mobilecdnbj.kugou.com/api', // 目标地址
// ws: true,// 是否为websocket 协议
changeOrigin: true,// 是否换源
pathRewrite:{// 路径重写
'^/api':''
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/moon-star-hope/vue-mobile-app.git
git@gitee.com:moon-star-hope/vue-mobile-app.git
moon-star-hope
vue-mobile-app
vue移动端app
master

搜索帮助