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, },