1 Star 1 Fork 2

温泉里的鱼/vue-imitate-music163-pc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 951 Bytes
一键复制 编辑 原始数据 按行查看 历史
温泉里的鱼 提交于 2021-11-25 17:10 . 修改页面滚动样式
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? './' : '/',
devServer: {
// 配置代理解决跨域问题
proxy: {
'/headline': { // 匹配所有以 '/headline'开头的请求路径
target: 'http://is.snssdk.com', // 代理目标的基础路径
changeOrigin: true,
pathRewrite: { '^/headline': '' } // 替换规则 /headline 替换成 http://is.snssdk.com/
},
'/music': { // 匹配所有以 '/headline'开头的请求路径
target: 'http://music.api.yty1999.top:9996', // 代理目标的基础路径
changeOrigin: true,
pathRewrite: { '^/music': '' } // 替换规则 /headline 替换成 http://is.snssdk.com/
}
}
},
configureWebpack: config => {
// 生产环境取消 console.log
if (process.env.NODE_ENV === 'production') {
config.optimization.minimizer[0].options.terserOptions.compress.drop_console = true
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/yty1998/vue-imitate-music163-pc.git
[email protected]:yty1998/vue-imitate-music163-pc.git
yty1998
vue-imitate-music163-pc
vue-imitate-music163-pc
master

搜索帮助