From f05a26bb7e036c3d09c84e295f1b77fdb8d9ba08 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 06 四月 2023 20:46:42 +0800
Subject: [PATCH] 修改定时

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

diff --git a/miniprogram/app.json b/miniprogram/app.json
index 822460a..778664f 100644
--- a/miniprogram/app.json
+++ b/miniprogram/app.json
@@ -41,7 +41,16 @@
         "van-notify": "@vant/weapp/notify/index",
         "van-toast": "@vant/weapp/toast/index",
         "van-checkbox": "@vant/weapp/checkbox/index",
-        "van-checkbox-group": "@vant/weapp/checkbox-group/index"
+        "van-checkbox-group": "@vant/weapp/checkbox-group/index",
+        "van-field": "@vant/weapp/field/index",
+        "van-picker": "@vant/weapp/picker/index",
+        "van-tab": "@vant/weapp/tab/index",
+        "van-tabs": "@vant/weapp/tabs/index",
+        "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-dialog": "@vant/weapp/dialog/index"
     },
     "window": {
         "backgroundTextStyle": "light",
@@ -49,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