// 参考: https://blog.csdn.net/saltlike/article/details/120882098
proxy:{
'/api':{
target: targetUrl,
// target: 'https://10.31.17.227:6400',
changeOrigin: true,
logLevel: 'debug',
pathRewite:{
'^api':'https://172.18.63.5:6400'
}
},
}