From 7ab7c8b05fb8db05d46ff24a26d90de64966f2c7 Mon Sep 17 00:00:00 2001 From: admin <417727563@qq.com> Date: Fri, 14 Mar 2025 15:12:32 +0800 Subject: [PATCH] =?UTF-8?q?api=20=E6=B3=A8=E5=86=8C=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, })