proxyTable: {
'/tangyuhui/api/wechat': {
target: 'http://127.0.0.1:3000',
secure: false,
pathRewrite: {
'^/tangyuhui/api': ''
}
},
'/qlogo':{
target: 'http://thirdwx.qlogo.cn',
secure: false,
pathRewrite: {
'^/qlogo': ''
}
}
}
网友评论