From 077450e4045c05fc4e83129658fe661dbd03a389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com> Date: Mon, 18 Aug 2025 18:02:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=AD=A6=E6=A0=A1API=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/userCenter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/userCenter.ts b/src/api/userCenter.ts index 5ddc5b0..d9abc2e 100644 --- a/src/api/userCenter.ts +++ b/src/api/userCenter.ts @@ -29,7 +29,7 @@ export function EditSchool(data: any) { * @return {void} */ export function getSchoolData() { - return http.request>( + return http.request>( "get", `userCenter/public/getschooldata` );