From 60f0f45def7194f2626c16b469bd1906f5bd7863 Mon Sep 17 00:00:00 2001
From: luJianJun <2587063613@qq.com>
Date: Thu, 20 Jul 2023 16:26:46 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=BC=A0=E6=A0=87=E7=A7=BB?=
=?UTF-8?q?=E5=8A=A8=E5=88=B0=E5=8F=AF=E7=82=B9=E6=A8=A1=E5=9D=97=20=20?=
=?UTF-8?q?=E9=BC=A0=E6=A0=87=E6=A0=B7=E5=BC=8F=E6=94=B9=E5=8F=98=20=20?=
=?UTF-8?q?=E5=85=A8=E5=B1=80=E6=96=B0=E5=A2=9E=E5=8A=A0=E8=BD=BD=E5=8A=A8?=
=?UTF-8?q?=E7=94=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 2 +-
.../biserialListItem/biserialListItem.vue | 48 ++++++++----
src/components/seachModule/seachModule.vue | 77 +++++++++++--------
src/components/seachPage/input.vue | 45 +++++++----
src/components/selectTabBox/selectTabBox.vue | 3 +-
src/main.js | 2 +-
src/store/index.js | 1 +
src/utils/axios.js | 5 +-
src/utils/loading.js | 32 ++++++++
src/views/HomeView.vue | 58 ++++++++++----
src/views/detail.vue | 18 ++++-
src/views/housingView/intermediary.vue | 18 +++--
src/views/housingView/needHousing.vue | 18 +++--
src/views/housingView/person.vue | 26 +++++--
src/views/seachIndex.vue | 39 ++++++++--
15 files changed, 281 insertions(+), 111 deletions(-)
create mode 100644 src/utils/loading.js
diff --git a/src/App.vue b/src/App.vue
index a8046f3..81e94d8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,5 +1,5 @@
-