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 @@
-