chenyc
2025-04-14 51346371ec8183f7684a8e70215940bb4fc22577
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,
    })