From e3172de7866b5d04e4d3a4d5eea400c7b3eea227 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 14 八月 2024 09:56:40 +0800 Subject: [PATCH] 提交 --- pages/tabBar/utils/tabBar.js | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/pages/tabBar/utils/tabBar.js b/pages/tabBar/utils/tabBar.js index a01d8d9..194fc09 100644 --- a/pages/tabBar/utils/tabBar.js +++ b/pages/tabBar/utils/tabBar.js @@ -27,28 +27,10 @@ const user_other = [ { - "pagePath": "pages/tabBar/notice/notice", - "iconPath": "/static/notice.png", - "selectedIconPath": "/static/notice-sel.png", - "text": "工作通知" - }, - { - "pagePath": "pages/tabBar/response/response", - "iconPath": "/static/mine1.png", - "selectedIconPath": "/static/mine1-selected.png", - "text": "我的叫应" - }, - { "pagePath": "pages/tabBar/current/current", "iconPath": "/static/send.png", "selectedIconPath": "/static/send_selected.png", "text": "我发布的" - }, - { - "pagePath": "pages/tabBar/information/information", - "iconPath": "/static/send.png", - "selectedIconPath": "/static/send_selected.png", - "text": "信息发布" } ] -- Gitblit v1.9.2