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 | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 101 insertions(+), 12 deletions(-)
diff --git a/pages.json b/pages.json
index abd8ae5..b25a1fc 100644
--- a/pages.json
+++ b/pages.json
@@ -1,6 +1,11 @@
{
"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
-
+ {
+ "path": "pages/LoginDemo/LoginDemo",
+ "style": {
+ "navigationBarTitleText": "鐧诲綍"
+ }
+ },
{
"path": "pages/home/home",
"style": {
@@ -14,19 +19,11 @@
}
},
{
- "path": "pages/LoginDemo/LoginDemo",
- "style": {
- "navigationBarTitleText": "鐧诲綍"
- }
- },
- {
"path": "pages/common/data-list/dataDetail",
"style": {
"navigationBarTitleText": "鏄庣粏"
}
},
-
-
{
"path": "pages/project/bf/home/home",
"style": {
@@ -50,13 +47,105 @@
"style": {
"navigationBarTitleText": "涓婚〉"
}
+ },
+ {
+ "path": "pages/project/demo/home/home",
+ "style": {
+ "navigationBarTitleText": "Demo Home"
+ }
+ },
+ {
+ "path": "pages/project/ps/home/home",
+ "style": {
+ "navigationBarTitleText": "涓婚〉"
+ }
+ },
+ {
+ "path" : "pages/project/ps/pakin/pakin",
+ "style" :
+ {
+ "navigationBarTitleText": "缁勬墭",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,{
+ "path" : "pages/project/pakin/pakin",
+ "style" :
+ {
+ "navigationBarTitleText": "缁勬墭鍏ュ簱",
+ "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/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