1 Star 0 Fork 24

wf/cloud_space

forked from CodeMan/cloud_space 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
CodeMan 提交于 2021-07-06 22:46 . 7.6
module.exports = {
configureWebpack: {
resolve: {
alias: {
'assets': '@/assets',
'common': '@/common',
'components': '@/components',
'network': '@/network',
'views': '@/views',
'plugins': '@/plugins',
}
}
},
devServer: {
proxy: {
'/api': {
// target: 'http://120.79.189.150:8001',
target: 'http://www.codeman.ink:8001',
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/wangfei1998/cloud_space.git
git@gitee.com:wangfei1998/cloud_space.git
wangfei1998
cloud_space
cloud_space
master

搜索帮助