From 807b4ab1519e1ec49fac5626fe98f4be8802ecea Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期三, 28 六月 2023 16:12:18 +0800 Subject: [PATCH] 文件预览 --- pages/tabBar/utils/tabBar.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pages/tabBar/utils/tabBar.js b/pages/tabBar/utils/tabBar.js index 588293f..feb6513 100644 --- a/pages/tabBar/utils/tabBar.js +++ b/pages/tabBar/utils/tabBar.js @@ -25,6 +25,12 @@ "iconPath": "/static/mine1.png", "selectedIconPath": "/static/mine1-selected.png", "text": "我的叫应" + }, + { + "pagePath": "pages/tabBar/information/information", + "iconPath": "/static/send.png", + "selectedIconPath": "/static/send_selected.png", + "text": "信息发布" } ] -- Gitblit v1.9.2