From 9ab6b38c098f857f2ce0772693142c930e4f9b6d Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 30 三月 2024 10:44:03 +0800
Subject: [PATCH] #

---
 pages.json |   61 +++++++++++++++++++++++++++++-
 1 files changed, 58 insertions(+), 3 deletions(-)

diff --git a/pages.json b/pages.json
index 5077d69..5e7cfa4 100644
--- a/pages.json
+++ b/pages.json
@@ -2,6 +2,15 @@
 	"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
 		
 		{
+		    "path" : "pages/test/test01",
+		    "style" :                                                                                    
+		    {
+		        "navigationBarTitleText": "娴嬭瘯1",
+		        "enablePullDownRefresh": false
+		    }
+		    
+		},
+		{
 			"path": "pages/LoginDemo/LoginDemo",
 			"style": {
 				"navigationBarTitleText": "鐧诲綍"
@@ -75,16 +84,62 @@
             "style" :                                                                                    
             {
                 "navigationBarTitleText": "缁勬墭鍏ュ簱",
-                "enablePullDownRefresh": false
+                "enablePullDownRefresh": false,
+				"app-plus": {
+					"titleNView": {
+						"backgroundColor": "#fff"
+					}
+				}
             }
             
         }
+        ,{
+            "path" : "pages/maoboli/card",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "card",
+                "enablePullDownRefresh": false
+            }
+            
+        },
+		{
+		    "path" : "pages/maoboli/maoboli",
+		    "style" :                                                                                    
+		    {
+		        "navigationBarTitleText": "姣涚幓鐠�",
+		        "enablePullDownRefresh": false
+				
+				
+		    }
+			
+		    
+		},
+		{
+			"path" : "pages/common/mat/matPick",
+			"style" : 
+			{
+				"navigationBarTitleText" : "鎻愬彇鐗╂枡",
+				"enablePullDownRefresh" : false
+			}
+		},
+		{
+			"path" : "pages/user/user",
+			"style" : 
+			{
+				"navigationBarTitleText" : "璐﹀彿",
+				"enablePullDownRefresh" : false
+			}
+		}
     ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "uni-app",
-		"navigationBarBackgroundColor": "#F8F8F8",
-		"backgroundColor": "#F8F8F8"
+		"navigationBarBackgroundColor": "#fff",
+		"backgroundColor": "#fff",
+		"app-plus": {
+			"bounce": "none"
+		}
+		
 	},
 	"uniIdRouter": {}
 }

--
Gitblit v1.9.1