diff --git a/src/api/user.ts b/src/api/user.ts index 1d3daf1..c526980 100644 --- a/src/api/user.ts +++ b/src/api/user.ts @@ -18,7 +18,7 @@ export const getFaculties = (params: any) => { // 注册 export const sturegister = (data: any) => { return request({ - url: '/sys/user/register', + url: '/sys/user/stuRegister', method: 'POST', data, })