From a176b490598a3bc096535ebf2ca720b528631c9e Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 06 Nov 2023 14:20:09 +0800
Subject: [PATCH] 新增在线打卡、公共维修页面
---
pages.json | 23 ++++++++++++++++++-----
1 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/pages.json b/pages.json
index 5a841b2..bb1c48b 100644
--- a/pages.json
+++ b/pages.json
@@ -54,6 +54,15 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path": "clockIn/index",
+ "style": {
+ "navigationBarTitleText": "在线打卡",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
}
]
},
@@ -79,11 +88,8 @@
"navigationBarTextStyle": "black"
}
}
-
-
]
},
-
//报事
{
"root": "subPackage/bs",
@@ -139,11 +145,18 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
+ },
+ {
+ "path":"views/addRepair",
+ "style": {
+ "navigationBarTitleText": "公共维修",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
}
]
},
-
-
// 楼栋管理
{
"root": "subPackage/house",
--
Gitblit v1.9.3