From dc4c223703123c95153b60f1235dac277fc5eb11 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 27 Oct 2023 13:53:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E4=BA=92=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppPageInteraction/AppPageInteraction.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue index ddffe50c..bb9d3ac0 100644 --- a/src/apps/AppPageInteraction/AppPageInteraction.vue +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -15,17 +15,20 @@ export default { { name: '居民活动', icon: require('./img/jmhd.png'), - url: '../AppResidentActivitie/AppResidentActivities' + url: '../AppResidentActivitie/AppResidentActivities', + isBottom: false }, { name: '居民议事', icon: require('./img/jmys.png'), - url: '../AppVillageDiscuss/AppVillageDiscuss' + url: '../AppVillageDiscuss/AppVillageDiscuss', + isBottom: false }, { name: '小程序公告', icon: require('./img/xcxgg.png'), - url: '../AppUniMsg/AppUniMsg' + url: '../AppUniMsg/AppUniMsg', + isBottom: false } ], headerBg: require('./img/header-bg.png'),