From ffb1077f93ce430c36ca81286fe3791065aaa252 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 21 Feb 2022 19:26:25 +0800
Subject: [PATCH] 地图
---
pages.json | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index 13a5c68..d4c1245 100644
--- a/pages.json
+++ b/pages.json
@@ -398,6 +398,17 @@
}
},
{
+ "path": "pages/currentMap/currentMap",
+ "name": "currentMap",
+ "style": {
+ "navigationBarTitleText": "获取辖区",
+ "navigationBarBackgroundColor": "#103289",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/clockSignIn/clockSignIn",
"name": "clockSignIn",
"style": {
--
Gitblit v1.9.3