Browse Source

首页改名

master
YUJT 3 years ago
parent
commit
4ea37d5e54
  1. 2
      src/views/main-navbar.vue

2
src/views/main-navbar.vue

@ -159,7 +159,7 @@ export default {
}).catch(() => { }) }).catch(() => { })
}, },
handleSelect (e) { handleSelect (e) {
if (this.routeList_F[e].name == '社区查询') { if (this.routeList_F[e].name == '我的社区') {
this.$store.state.sidebarHide = true this.$store.state.sidebarHide = true
this.$router.push({ this.$router.push({
name: 'productIframe-shequ-index' name: 'productIframe-shequ-index'

Loading…
Cancel
Save