From 9b476a2eb0dd47d941672f79cfc333b2fccf461f Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 29 Jul 2024 17:03:09 +0800
Subject: [PATCH] 代码优化
---
pages.json | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index 4ad26cc..b83fe45 100644
--- a/pages.json
+++ b/pages.json
@@ -84,6 +84,13 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path": "pages/myMap/myMap",
+ "style": {
+ "navigationBarTitleText": "地图",
+ "enablePullDownRefresh": false
+ }
}
],
"subPackages": [
@@ -1392,9 +1399,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": "圈子"
},
{
--
Gitblit v1.9.3