From 3c738f4fe2762bba8087e5a22fc0dc06560eab0e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 08 Aug 2024 10:01:17 +0800
Subject: [PATCH] 三色任务与自查任务
---
pages.json | 29 +++++++++++++++++++++++++----
1 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/pages.json b/pages.json
index 73878f7..4fcd1a3 100644
--- a/pages.json
+++ b/pages.json
@@ -84,6 +84,13 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path": "pages/myMap/myMap",
+ "style": {
+ "navigationBarTitleText": "周边",
+ "enablePullDownRefresh": false
+ }
}
],
"subPackages": [
@@ -440,6 +447,14 @@
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path" : "gridWord",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false
}
}
]
@@ -1319,7 +1334,7 @@
{
"path": "securityRecord",
"style": {
- "navigationBarTitleText": "校园安全检查记录",
+ "navigationBarTitleText": "校园安保检查",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false
@@ -1346,7 +1361,7 @@
{
"path": "troubleTaskList",
"style": {
- "navigationBarTitleText": "校园任务",
+ "navigationBarTitleText": "问题处理与反馈",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false
@@ -1392,9 +1407,15 @@
"text": "首页"
},
{
- "pagePath": "pages/circle/index",
+ "pagePath": "pages/myMap/myMap",
"iconPath": "static/img/tabbar-02.png",
"selectedIconPath": "static/img/tabbar-02-selected.png",
+ "text": "周边"
+ },
+ {
+ "pagePath": "pages/circle/index",
+ "iconPath": "static/img/tabbar-09.png",
+ "selectedIconPath": "static/img/tabbar-09-selected.png",
"text": "圈子"
},
{
@@ -1411,4 +1432,4 @@
}
]
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3