Commit 6fc26dbd by tianlonglong

修改字段名

1 parent ff23185a
This diff could not be displayed because it is too large.
...@@ -14,7 +14,7 @@ const axiosInstance = axios.create( ...@@ -14,7 +14,7 @@ const axiosInstance = axios.create(
// 请求拦截器 // 请求拦截器
axiosInstance.interceptors.request.use( axiosInstance.interceptors.request.use(
config => { config => {
// Cookies.set('atoken','33b0df7a-e5c6-49c3-b549-959179cd5904') Cookies.set('atoken','7150be77-f099-4a63-90c5-ef9cc6b51137')
if(!Cookies.get('atoken')){ if(!Cookies.get('atoken')){
ElMessage({ ElMessage({
message: `登录过期,请重新登录`, message: `登录过期,请重新登录`,
......
...@@ -67,7 +67,7 @@ class FeatureMatchingAccuracy { ...@@ -67,7 +67,7 @@ class FeatureMatchingAccuracy {
return axiosInstance.request( return axiosInstance.request(
{ {
method: 'DELETE', method: 'DELETE',
url: `/feature/match/hit/${data.regId}/${data.faceId}`, url: `/feature/match/hit/${data.regId}/${data.faceUnid}`,
} }
) )
} }
...@@ -92,7 +92,7 @@ class FeatureMatchingAccuracy { ...@@ -92,7 +92,7 @@ class FeatureMatchingAccuracy {
return axiosInstance.request( return axiosInstance.request(
{ {
method: 'DELETE', method: 'DELETE',
url: `/feature/match/${data.regId}/${data.faceId}`, url: `/feature/match/${data.regId}/${data.faceUnid}`,
} }
) )
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!