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 | 39 ++++++++++++++++++++++++++++++++++++---
1 files changed, 36 insertions(+), 3 deletions(-)
diff --git a/pages.json b/pages.json
index 7d0712a..b25a1fc 100644
--- a/pages.json
+++ b/pages.json
@@ -1,7 +1,5 @@
{
"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
-
-
{
"path": "pages/LoginDemo/LoginDemo",
"style": {
@@ -105,13 +103,48 @@
}
+ },
+ {
+ "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": "#fff",
- "backgroundColor": "#fff"
+ "backgroundColor": "#fff",
+ "app-plus": {
+ "bounce": "none"
+ },
+ "pageOrientation": "landscape"
},
"uniIdRouter": {}
--
Gitblit v1.9.1