From cfcc351c850cb55c1fe9de13003bd6e973c50cdf Mon Sep 17 00:00:00 2001 From: xjs Date: Fri, 28 Mar 2025 14:16:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9A=82=E6=97=B6=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=83=A8=E5=88=86=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/customAxios.ts | 2 +- src/components/sort-college/CollegeItem.vue | 38 ++++++++++----------- src/components/sort-college/HeaderTip.vue | 4 +-- src/views/sort-college.vue | 22 ++++++------ 4 files changed, 33 insertions(+), 33 deletions(-) diff --git a/src/api/customAxios.ts b/src/api/customAxios.ts index 8312332..39b23b7 100644 --- a/src/api/customAxios.ts +++ b/src/api/customAxios.ts @@ -149,7 +149,7 @@ axios.interceptors.response.use((response) => { } return response },error =>{ - let xhrErrL = { type: "XHRERR", data: error.response }; + // let xhrErrL = { type: "XHRERR", data: error.response }; if (error.response) { const { status, data } = error.response; if (status === 422) { diff --git a/src/components/sort-college/CollegeItem.vue b/src/components/sort-college/CollegeItem.vue index fbcc971..6212e74 100644 --- a/src/components/sort-college/CollegeItem.vue +++ b/src/components/sort-college/CollegeItem.vue @@ -43,7 +43,7 @@
-