From de637cffbd334513e6050a5d10b1bed641626273 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 31 Jul 2023 16:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/edit/user-box.vue | 2 +- src/components/pageTopBar/pageTopBar.vue | 7 ++++++- src/components/public/report.vue | 6 +----- src/utils/axios.js | 2 +- src/views/edit.vue | 18 ++++++------------ src/views/housingView/apartment.vue | 3 +-- 6 files changed, 16 insertions(+), 22 deletions(-) diff --git a/src/components/edit/user-box.vue b/src/components/edit/user-box.vue index c825207..1f68a73 100644 --- a/src/components/edit/user-box.vue +++ b/src/components/edit/user-box.vue @@ -39,7 +39,7 @@
{{ time['offshelftime'] }}
-
+
房源已认证
diff --git a/src/components/pageTopBar/pageTopBar.vue b/src/components/pageTopBar/pageTopBar.vue index 7196744..6d47867 100644 --- a/src/components/pageTopBar/pageTopBar.vue +++ b/src/components/pageTopBar/pageTopBar.vue @@ -28,7 +28,7 @@
-
+
@@ -158,6 +158,10 @@ const loginBtn = type => { goTologin() } +// 跳转首页 +const goIndex = () => router.push("/") + +