From e6a02c8b09a796e436a501e9b87d19e25c34c9d1 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期日, 07 四月 2024 15:53:37 +0800
Subject: [PATCH] #
---
pages.json | 64 +++++++++++++++++++++++++++++---
1 files changed, 58 insertions(+), 6 deletions(-)
diff --git a/pages.json b/pages.json
index 450c4a1..3f0e94d 100644
--- a/pages.json
+++ b/pages.json
@@ -1,15 +1,15 @@
{
"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
{
- "path": "pages/login/login2",
- "style": {
- "navigationBarTitleText": "鐧诲綍2"
- }
- },
- {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "鐧诲綍"
+ }
+ },
+ {
+ "path": "pages/login/login2",
+ "style": {
+ "navigationBarTitleText": "鐧诲綍2"
}
},
{
@@ -340,6 +340,58 @@
"enablePullDownRefresh" : false
}
},
+ // {
+ // "path" : "pages/business/process/weekly",
+ // "style" :
+ // {
+ // "navigationBarTitleText" : "鍛�/鏃ユ姤",
+ // "enablePullDownRefresh" : false
+ // }
+ // },
+ {
+ "path": "pages/business/process/weekly",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "鍛�/鏃ユ姤"
+
+ }
+ },
+ {
+ "path" : "pages/business/process/weeklySelect",
+ "style" :
+ {
+ "navigationBarTitleText" : "閫夋嫨鏃ユ湡",
+ "enablePullDownRefresh" : false,
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "pages/business/process/dayDetl",
+ "style" :
+ {
+ "navigationBarTitleText" : "璇︽儏",
+ "enablePullDownRefresh" : false,
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "pages/business/process/dayStroke",
+ "style" :
+ {
+ "navigationBarTitleText" : "鏃ヨ绋�",
+ "enablePullDownRefresh" : false,
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "pages/business/process/dayStrokeCreate",
+ "style" :
+ {
+ "navigationBarTitleText" : "鏂板缓鏃ヨ绋�",
+ "enablePullDownRefresh" : false,
+ "navigationStyle": "custom"
+ }
+ },
{
"path" : "pages/business/plan/modiPlan7",
"style" :
--
Gitblit v1.9.1