From ac41263c85bb295bd0dcb286173986bc88d7e4ae Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 12 四月 2023 10:43:52 +0800
Subject: [PATCH] 修改禁言

---
 miniprogram/app.json |   43 +++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 41 insertions(+), 2 deletions(-)

diff --git a/miniprogram/app.json b/miniprogram/app.json
index 9562981..9178cd6 100644
--- a/miniprogram/app.json
+++ b/miniprogram/app.json
@@ -49,13 +49,52 @@
         "van-uploader": "@vant/weapp/uploader/index",
         "van-notice-bar": "@vant/weapp/notice-bar/index",
         "van-overlay": "@vant/weapp/overlay/index",
-        "van-image": "@vant/weapp/image/index"
+        "van-image": "@vant/weapp/image/index",
+        "van-dialog": "@vant/weapp/dialog/index",
+        "van-swipe-cell": "@vant/weapp/swipe-cell/index",
+        "van-action-sheet": "@vant/weapp/action-sheet/index"
+        
     },
     "window": {
         "backgroundTextStyle": "light",
         "navigationBarBackgroundColor": "#fff",
-        "navigationBarTitleText": "闈掔緤鍒嗗眬缁忎睛澶ч槦",
+        "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