From 6cdc1842f06aeea31057dbcaa412ebfc34ae7eb2 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 08 Mar 2022 10:22:00 +0800
Subject: [PATCH] 注册调整
---
pages.json | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index 14ad3b7..1b5e2f1 100644
--- a/pages.json
+++ b/pages.json
@@ -657,7 +657,27 @@
}
}
- ],
+ ,{
+ "path" : "pages/grabOrders/taskCount/taskCount",
+ "style" :
+ {
+ "navigationBarTitleText": "查任务",
+ "navigationBarBackgroundColor": "#103289",
+ "navigationBarTextStyle": "white"
+ }
+
+ }
+ ,{
+ "path" : "pages/grabOrders/personnelCount/personnelCount",
+ "style" :
+ {
+ "navigationBarTitleText": "人员统计",
+ "navigationBarBackgroundColor": "#103289",
+ "navigationBarTextStyle": "white"
+ }
+
+ }
+ ],
"globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
"autoscan": true
},
--
Gitblit v1.9.3