1 Star 0 Fork 24

李晓峰/cloud_space

forked from CodeMan/cloud_space 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
李晓峰 提交于 2023-05-11 11:46 . 接口
module.exports = {
configureWebpack: {
resolve: {
alias: {
'assets': '@/assets',
'common': '@/common',
'components': '@/components',
'network': '@/network',
'views': '@/views',
'plugins': '@/plugins',
}
}
},
devServer: {
proxy: {
'/': {
// target: 'http://120.79.189.150:8001',
target: 'http://www.peraspera.top:8889',
changeOrigin: true,
ws: true
// pathRewrite: {
// '^/api': ''
// }
},
'/downloadfile': {
target: 'https://chen110.oss-cn-guangzhou.aliyuncs.com',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/downloadfile': ''
}
},
'/downloadvideo': {
target: 'https://outin-cefd5d83abc511ebb0a800163e1a625e.oss-cn-shanghai.aliyuncs.com',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/downloadvideo': ''
}
},
}
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-xiaofenglxf/cloud_space.git
git@gitee.com:li-xiaofenglxf/cloud_space.git
li-xiaofenglxf
cloud_space
cloud_space
master

搜索帮助