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'