diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue index ddffe50c..462a7d5d 100644 --- a/src/apps/AppPageInteraction/AppPageInteraction.vue +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -12,15 +12,16 @@ export default { return { label: '居民互动', appList: [ - { - name: '居民活动', - icon: require('./img/jmhd.png'), - url: '../AppResidentActivitie/AppResidentActivities' - }, + { name: '居民议事', icon: require('./img/jmys.png'), url: '../AppVillageDiscuss/AppVillageDiscuss' + }, + { + name: '居民活动', + icon: require('./img/jmhd.png'), + url: '../AppResidentActivitie/AppResidentActivities' }, { name: '小程序公告',