From 46ffdbe82aa1fe9c4255322c2bc0b5cf81716690 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 5 Sep 2023 11:26:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/gather/gather.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index cf8a2b7..9725ddd 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -170,13 +170,13 @@ export default { // 所有菜单的按钮 AllMenuList: [{ name: '商户平台', - icon: '/static/applet/SHOP_APP.png', + icon: '/static/applet/shop_app.png', data: '/pages/moreProject/moreProject', type: 2, }, { name: '供销平台', - icon: '/static/applet/GX_APP.png', + icon: '/static/applet/gx_app.png', data: '__UNI__B5B1EDD', type: 1, },