From bef69373f4425108c08f892babc056d3649ea861 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 27 Oct 2023 14:53:38 +0800 Subject: [PATCH] test --- src/apps/AppPageInteraction/AppPageInteraction.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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: '小程序公告',