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 | 28 +++++++++++++++++++++++++---
1 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/pages.json b/pages.json
index 0a2a409..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": {
@@ -113,6 +111,29 @@
"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": {
@@ -122,7 +143,8 @@
"backgroundColor": "#fff",
"app-plus": {
"bounce": "none"
- }
+ },
+ "pageOrientation": "landscape"
},
"uniIdRouter": {}
--
Gitblit v1.9.1