1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/PengGeee-vue_cloud_music

Клонировать/Скачать
vue.config.js 1.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
陈智鹏 Отправлено 26.06.2021 15:55 317d499
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': ''
}
}
}
},
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/PengGeee-vue_cloud_music.git
git@api.gitlife.ru:oschina-mirror/PengGeee-vue_cloud_music.git
oschina-mirror
PengGeee-vue_cloud_music
PengGeee-vue_cloud_music
master