公告板
版本库
filestore
活动
搜索
登录
main
/
ffpark_front
峰峰停车场前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改前端页面
kongdeqiang
2022-11-23
25e76ed562c1dea580034cb988dae0065f0e39f5
[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':''
}
}
}
}
}