1 Star 1 Fork 88

gorgeousone/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': ''
}
}
}
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gorgeousone/vue_cloud_music.git
git@gitee.com:gorgeousone/vue_cloud_music.git
gorgeousone
vue_cloud_music
vue_cloud_music
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385