From ddb5c3d063d63250de7d75fb6b601a1b86ad5e67 Mon Sep 17 00:00:00 2001
From: 张磊磊 <201175954@qq.com>
Date: 星期五, 08 十二月 2023 17:15:19 +0800
Subject: [PATCH] 展示前十条thing.js钢筋消耗

---
 xcx/pages.json |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/xcx/pages.json b/xcx/pages.json
index 7f4234e..fe5079b 100644
--- a/xcx/pages.json
+++ b/xcx/pages.json
@@ -237,6 +237,54 @@
 					}
 				},
 				{
+					"path":"safeManage/areaPolling",
+					"style": {
+						"navigationBarTitleText": "区域巡检",
+						"navigationBarBackgroundColor": "#1976FF",
+						"navigationBarTextStyle": "white"
+					}
+				},
+				{
+					"path":"safeManage/hiddenReport",
+					"style": {
+						"navigationBarTitleText": "隐患举报",
+						"navigationBarBackgroundColor": "#1976FF",
+						"navigationBarTextStyle": "white"
+					}
+				},
+				{
+					"path": "safeManage/addHidden",
+					"style": {
+						"navigationBarTitleText": "添加",
+						"navigationBarBackgroundColor": "#1976FF",
+						"navigationBarTextStyle": "white"
+					}
+				},
+				{
+					"path": "safeManage/detailsHidden",
+					"style": {
+						"navigationBarTitleText": "详情",
+						"navigationBarBackgroundColor": "#1976FF",
+						"navigationBarTextStyle": "white"
+					}
+				},
+				{
+					"path": "safeManage/checkHidden",
+					"style": {
+						"navigationBarTitleText": "隐患举报审核",
+						"navigationBarBackgroundColor": "#1976FF",
+						"navigationBarTextStyle": "white"
+					}
+				},
+				{
+					"path": "safeManage/approveHidden",
+					"style": {
+						"navigationBarTitleText": "隐患举报审核",
+						"navigationBarBackgroundColor": "#1976FF",
+						"navigationBarTextStyle": "white"
+					}
+				},
+				{
 					"path": "dataBoard/productMonitor",
 					"style": {
 						"navigationBarTitleText": "生产监控",

--
Gitblit v1.9.3