chenyc
2025-08-07 2191b6011fdab3b76344fc2447b8b6aaa972b6c1
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,
    })