From f2eb32997b3b398948f3a4f71d24254f4edfeb9a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 29 Jul 2021 09:06:25 +0800
Subject: [PATCH] 保安管理
---
pages.json | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index 657c29c..c19098e 100644
--- a/pages.json
+++ b/pages.json
@@ -68,7 +68,27 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
- }, {
+ },
+
+ {
+ "path": "pages/securityStaff/exhibition",
+ "style": {
+ "navigationBarTitleText": "展示",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ },{
+ "path": "pages/securityStaff/information",
+ "style": {
+ "navigationBarTitleText": "详细信息",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ },
+
+
+
+ {
"path": "pages/company/company",
"style": {
"navigationBarTitleText": "服务单位",
--
Gitblit v1.9.3