chenyc
2025-12-09 a7fb2f5eab3e548f040004c1019f1c994eb91ad4
src/api/user/index.ts
@@ -41,7 +41,7 @@
}
export function checkUploadFile(params: Object) {
    return request({
        url: `http://127.0.0.1:5000/check-face`,
        url: `${confingInfoStore().confingInfo.faceApi}/test/identifyFace`,
        method: 'post',
        data: params,
    })