111
This commit is contained in:
parent
21c631bf79
commit
52c5114623
|
|
@ -35,10 +35,9 @@ module.exports = {
|
|||
proxy: {
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
// target: `http://192.168.0.234:38080/hd-real-name`, // 方亮
|
||||
target: `http://127.0.0.1:38080/hd-real-name`, // 方亮
|
||||
// target: `http://192.168.0.60:38080//hd-real-name`, // 赵福海
|
||||
// target: `http://192.168.0.133:38080`, // 梁超
|
||||
target: `http://192.168.0.14:1999/hd-real-name/`, // 测试环境
|
||||
pathRewrite: {
|
||||
['^' + process.env.VUE_APP_BASE_API]: '',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue