Commit 3bc55945 by chenqiang

人像比对代理配置

parent 2092394e
......@@ -187,11 +187,12 @@ export default {
// imageUrl: ''
// }
// ]
let rxbdUrl = '/pictureSearchByPicture'
$.ajax({
type: 'post',
contentType: false,
processData: false,
url: url.BaseURL + '/image/getFaceImageByUploadImageJt',
url: rxbdUrl + '/image/getFaceImageByUploadImageJt',
data: formFile,
headers: { token: getToken() },
xhrFields: { withCredentials: true },
......
......@@ -139,6 +139,13 @@ module.exports = {
pathRewrite: {
'^/apiMaGaw': '/'
}
},"/pictureSearchByPicture": {
target: "http://26.3.13.184:2009/", //公安网刑专二期地址西藏:(89.0.23.236:8501),内蒙:(http://26.13.5.1:8501/)
ws: true,
changeOrigin: true,
pathRewrite: {
'^/apiMaGaw': '/'
}
},
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment