From a2019ade7b884799e639150021c3cdeef27eea72 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期六, 09 十一月 2024 11:40:52 +0800
Subject: [PATCH] 增加工号ui修改

---
 pages.json |   74 ++++++++++++++++++++++++++++--------
 1 files changed, 57 insertions(+), 17 deletions(-)

diff --git a/pages.json b/pages.json
index 609e4bd..b25a1fc 100644
--- a/pages.json
+++ b/pages.json
@@ -1,18 +1,5 @@
 {
 	"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
-		
-		{
-		    "path" : "pages/maoboli/maoboli",
-		    "style" :                                                                                    
-		    {
-		        "navigationBarTitleText": "姣涚幓鐠�",
-		        "enablePullDownRefresh": false
-				
-				
-		    }
-			
-		    
-		},
 		{
 			"path": "pages/LoginDemo/LoginDemo",
 			"style": {
@@ -87,7 +74,12 @@
             "style" :                                                                                    
             {
                 "navigationBarTitleText": "缁勬墭鍏ュ簱",
-                "enablePullDownRefresh": false
+                "enablePullDownRefresh": false,
+				"app-plus": {
+					"titleNView": {
+						"backgroundColor": "#fff"
+					}
+				}
             }
             
         }
@@ -99,13 +91,61 @@
                 "enablePullDownRefresh": false
             }
             
-        }
+        },
+		{
+		    "path" : "pages/maoboli/maoboli",
+		    "style" :                                                                                    
+		    {
+		        "navigationBarTitleText": "姣涚幓鐠�",
+		        "enablePullDownRefresh": false
+				
+				
+		    }
+			
+		    
+		},
+		{
+			"path" : "pages/common/mat/matPick",
+			"style" : 
+			{
+				"navigationBarTitleText" : "鎻愬彇鐗╂枡",
+				"enablePullDownRefresh" : false
+			}
+		},
+		{
+		    "path" : "pages/project/jmAGV/home",
+		    "style" :                                                                                    
+		    {
+		        "navigationBarTitleText": "涓婚〉",
+				"navigationStyle": "custom",
+				// 鍘绘帀椤堕儴瀵艰埅鏍�
+		        "enablePullDownRefresh": false
+				
+		    }
+		    
+		},
+		{
+			"path" : "pages/project/jmAGV/floorOne",
+			"style" : 
+			{
+				"navigationBarTitleText" : "涓�妤�",
+				"enablePullDownRefresh" : false,
+				"navigationStyle": "custom"
+				// 鍘绘帀椤堕儴瀵艰埅鏍�
+				
+			}
+		}
     ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "uni-app",
-		"navigationBarBackgroundColor": "#F8F8F8",
-		"backgroundColor": "#F8F8F8"
+		"navigationBarBackgroundColor": "#fff",
+		"backgroundColor": "#fff",
+		"app-plus": {
+			"bounce": "none"
+		},
+		"pageOrientation": "landscape"
+		
 	},
 	"uniIdRouter": {}
 }

--
Gitblit v1.9.1