公告板
版本库
filestore
活动
搜索
登录
main
/
ffpark_front
峰峰停车场前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
wang-hao-jie
2022-08-25
65605e0721f0006a943164b05ba7cffbc77f0a8b
[ffpark_front.git]
/
vue.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module.exports = {
baseUrl: './',
assetsDir: 'static',
productionSourceMap: false,
devServer: {
proxy: {
'/api':{
target:'http://192.168.0.146',
changeOrigin:true,
pathRewrite:{
'/api':''
}
}
}
}
}