From e809d92adc39c37ce2762df8cb19ed9d5c857afd Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 31 Dec 2021 10:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E5=8D=B7=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppPageBasic/AppPageBasic.vue | 5 +++++ .../img/wjbd.png | Bin src/apps/AppPageInteraction/AppPageInteraction.vue | 5 ----- 3 files changed, 5 insertions(+), 5 deletions(-) rename src/apps/{AppPageInteraction => AppPageBasic}/img/wjbd.png (100%) diff --git a/src/apps/AppPageBasic/AppPageBasic.vue b/src/apps/AppPageBasic/AppPageBasic.vue index 328fd565..a98d1746 100644 --- a/src/apps/AppPageBasic/AppPageBasic.vue +++ b/src/apps/AppPageBasic/AppPageBasic.vue @@ -21,6 +21,11 @@ export default { name: '三务公开', icon: require('./img/shgk.png'), url: '../AppServicePublic/AppServicePublic?moduleId=b03d1ea68c8449ecb00685644e3f0192&listName=三务公开' + }, + { + name: '问卷表单', + icon: require('./img/wjbd.png'), + url: '../AppAskForm/AppAskForm' } ], headerBg: require('./img/header-bg.png'), diff --git a/src/apps/AppPageInteraction/img/wjbd.png b/src/apps/AppPageBasic/img/wjbd.png similarity index 100% rename from src/apps/AppPageInteraction/img/wjbd.png rename to src/apps/AppPageBasic/img/wjbd.png diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue index 4263d72a..0e4f4625 100644 --- a/src/apps/AppPageInteraction/AppPageInteraction.vue +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -21,11 +21,6 @@ export default { name: '小程序公告', icon: require('./img/xcxgg.png'), url: '../AppUniMsg/AppUniMsg' - }, - { - name: '问卷表单', - icon: require('./img/wjbd.png'), - url: '../AppAskForm/AppAskForm' } ], headerBg: require('./img/header-bg.png'),