dashboard
repositories
filestore
activity
search
login
XingYao
/
RedTourism_Wap
红色旅游Wap端 Vue项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
添加相关视频列表默认图片
康凯
2022-05-19
492735a38ac1fd4220f7db12f90cb366490ee8cf
[XingYao/RedTourism_Wap.git]
/
vue.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports = {
publicPath:'./',
devServer: {
proxy: {
'/api': {
target: 'http://hsly.xingyao100.com/',
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
}
}
},
}