From 4ea37d5e5499858344f640a1a4e6bdfe7ce69038 Mon Sep 17 00:00:00 2001 From: YUJT Date: Thu, 21 Apr 2022 19:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main-navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue index 74c1a7b0..84e0dd0d 100644 --- a/src/views/main-navbar.vue +++ b/src/views/main-navbar.vue @@ -159,7 +159,7 @@ export default { }).catch(() => { }) }, handleSelect (e) { - if (this.routeList_F[e].name == '社区查询') { + if (this.routeList_F[e].name == '我的社区') { this.$store.state.sidebarHide = true this.$router.push({ name: 'productIframe-shequ-index'