From b28a722045219cb35e125f66887152feec9a8771 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 06 四月 2023 19:10:27 +0800
Subject: [PATCH] 根据需求修改

---
 miniprogram/app.json |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/miniprogram/app.json b/miniprogram/app.json
index 8ae0b5e..778664f 100644
--- a/miniprogram/app.json
+++ b/miniprogram/app.json
@@ -58,5 +58,40 @@
         "navigationBarTitleText": "闈掔緤鍒嗗眬缁忎睛澶ч槦",
         "navigationBarTextStyle": "black"
     },
+    "tabBar": {
+
+        "list": [{
+    
+          "pagePath": "pages/user/index",
+    
+          "text": "棣栭〉",
+    
+          "iconPath": "/image/home.png",
+    
+          "selectedIconPath": "/image/home_art.png"
+    
+        },{
+    
+          "pagePath":  "pages/user/group/index",
+    
+          "text": "妗堜欢鍜ㄨ",
+    
+          "iconPath":  "/image/center.png",
+    
+          "selectedIconPath":  "/image/center_art.png"
+    
+        },{
+    
+          "pagePath": "pages/manager/myself/index",
+    
+          "text": "鎴戠殑",
+    
+          "iconPath":  "/image/user.png",
+    
+          "selectedIconPath":  "/image/user_art.png"
+    
+        }]
+    
+      },
     "sitemapLocation": "sitemap.json"
 }
\ No newline at end of file

--
Gitblit v1.8.0