dashboard
repositories
filestore
activity
search
login
XingYao
/
RedTourism_Wap
红色旅游Wap端 Vue项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1.内页顶部文字字体问题 2.搜索框内文字左侧间距太小 3.列表左右侧间距不一样,边框是1px不是2px
康凯
2021-12-14
7538467294b4a24f477ba619c81d10f06d68d85f
[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': '/'
}
}
}
},
}