修改样式
This commit is contained in:
@ -6,13 +6,13 @@ export default {
|
||||
// pathRewrite: { '^': '' },
|
||||
// },
|
||||
'/api': {
|
||||
target: 'http://10.0.0.125:18012',//测试环境
|
||||
// target: 'http://10.0.0.14:18013',//连接天宫的ng
|
||||
// target: 'http://10.0.0.125:18012',//测试环境
|
||||
target: 'http://10.0.0.10:18012',//连接天宫的ng
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '^/api': '' },
|
||||
},
|
||||
'/upload': {
|
||||
target: 'http://10.0.0.14:18013',//
|
||||
target: 'http://10.0.0.14:18012',//
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '^/upload': '' },
|
||||
},
|
||||
|
Reference in New Issue
Block a user