4 Star 0 Fork 0

胡湘鹏/rs-platform-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 920 Bytes
一键复制 编辑 原始数据 按行查看 历史
BUAAserein 提交于 2022-08-13 22:09 . test
module.exports = {
publicPath: '/',
devServer: {
proxy: {
'/images': {
// target: 'http://101.43.134.156:80/',
// target: 'https://qnnplanet.top/',
target: 'http://146.56.202.175:80/',
changeOrigin: true,
pathRewrite: {
'^/images': '/images'
}
},
'/api': {
// target: 'http://101.43.134.156:80/',
// target: 'http://127.0.0.1:8000/',
// target: 'https://qnnplanet.top/',
target: 'http://146.56.202.175:80/',
changeOrigin: true,
pathRewrite: {
'^/api': '/api'
}
},
'/ws': {
timeout: 60000,
changeOrigin: true,
// target: 'http://101.43.134.156:80/',
// target: 'https://qnnplanet.top/',
target: 'http://146.56.202.175:80/',
ws: true,
pathRewrite: {
'^/ws': '/ws'
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fliserein/rs-platform-frontend.git
git@gitee.com:fliserein/rs-platform-frontend.git
fliserein
rs-platform-frontend
rs-platform-frontend
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385