From 8a8d925b483e9ea52d9a68d26e4aeac6bccb846c Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Tue, 13 May 2025 15:14:53 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD](hyx=5F20?= =?UTF-8?q?25-01-13=5Fxgf2.0):=20-=20=E7=99=BB=E5=BD=95=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/index.js b/api/index.js index dfa2b9c..c0ff3d3 100644 --- a/api/index.js +++ b/api/index.js @@ -1,7 +1,7 @@ import { post, upload, uploads } from '../utils/request' import { setSecurityMeasures } from '@/utils/submitHomeworkProcess' -export const submitLogin = (params) => post('/app/admin/check', params) // 登录 +export const submitLogin = (params) => post('/app/admin/checkNew', params) // 登录 export const getIDCardDeduplication = (params) => post('/app/user/goCheck', params) // 身份证去重 export const getUserDeduplication = (params) => post('/app/user/goCheck', params) // 用户名去重 export const getPhoneNumberDeduplication = (params) => post('/app/user/hasPhoneForApp', params) // 手机号去重