1 Star 0 Fork 86

蓝腾 / vue_cloud_music

forked from CodeMan / vue_cloud_music 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
configureWebpack: {
resolve: {
alias: {
'assets': '@/assets',
'common': '@/common',
'components': '@/components',
'network': '@/network',
'views': '@/views',
'plugins': '@/plugins',
}
}
},
devServer: {
proxy: {
'/api': {
// target: 'https://www.codeman.store',
target: 'http://www.codeman.ink:3000',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/api': ''
}
},
'm7': {
target: 'http://m7.music.126.net',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/m7': ''
}
},
'm701': {
target: 'http://m701.music.126.net',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/m701': ''
}
},
'm8': {
target: 'http://m8.music.126.net',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/m8': ''
}
},
'm801': {
target: 'http://m801.music.126.net',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/m801': ''
}
}
}
},
}
1
https://gitee.com/LanTeLc/vue_cloud_music.git
git@gitee.com:LanTeLc/vue_cloud_music.git
LanTeLc
vue_cloud_music
vue_cloud_music
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891