From 9d5b4d650e5b01081d3537c750e7469db4d161e3 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 29 四月 2025 08:53:20 +0800 Subject: [PATCH] 提交 --- pages/tabBar/utils/tabBar.js | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/pages/tabBar/utils/tabBar.js b/pages/tabBar/utils/tabBar.js index c8ab563..8e81cca 100644 --- a/pages/tabBar/utils/tabBar.js +++ b/pages/tabBar/utils/tabBar.js @@ -9,19 +9,13 @@ "pagePath": "pages/tabBar/current/current", "iconPath": "/static/notice.png", "selectedIconPath": "/static/notice-sel.png", - "text": "课程" - }, - { - "pagePath": "pages/tabBar/wearhouse/wearhouse", - "iconPath": "/static/wearhouse.png", - "selectedIconPath": "/static/wearhouse_sel.png", - "text": "刷题" + "text": "记录查询" }, { "pagePath": "pages/tabBar/count/count", "iconPath": "/static/my.png", "selectedIconPath": "/static/my_sel.png", - "text": "我的成绩" + "text": "我的" } ] -- Gitblit v1.9.2