chenyc
2025-01-24 fe2618c213d59d2fe3cbef757cfe593ba46a56e5
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}/check-face`,
        method: 'post',
        data: params,
    })