From d5c86e2038be86b79f406c040bd35303c876dde6 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 20 Jul 2023 19:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 10 +- src/components/apartment/seachModule.vue | 108 +++++++++++++++++-- src/components/public/apartment-item.vue | 8 +- src/components/public/login.vue | 126 +++++++++++++++++++++++ src/main.js | 5 +- src/router/index.js | 4 + src/store/index.js | 4 + src/utils/axios.js | 13 ++- src/views/apartmentDetail.vue | 4 +- src/views/edit.vue | 16 +-- src/views/housingView/apartment.vue | 5 +- src/views/user.vue | 12 ++- 12 files changed, 274 insertions(+), 41 deletions(-) create mode 100644 src/components/public/login.vue diff --git a/src/App.vue b/src/App.vue index 81e94d8..31466c7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,14 @@ \ No newline at end of file diff --git a/src/components/public/apartment-item.vue b/src/components/public/apartment-item.vue index 534637c..d1107a9 100644 --- a/src/components/public/apartment-item.vue +++ b/src/components/public/apartment-item.vue @@ -1,5 +1,5 @@