From 0df15fb4eafccde45b09caa213dd12d449397298 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sat, 16 Mar 2024 18:42:00 +0800
Subject: [PATCH] 更新
---
pages.json | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index ac68a4a..d58ab73 100644
--- a/pages.json
+++ b/pages.json
@@ -12,6 +12,15 @@
"navigationStyle": "custom"
}
},
+
+ {
+ "path": "pages/statistics/index",
+ "style": {
+ "navigationBarTitleText": "驾驶舱",
+ "enablePullDownRefresh": false
+ }
+ },
+
{
"path": "pages/user/center",
"style": {
@@ -940,6 +949,12 @@
// "text": "圈子"
// },
{
+ "pagePath": "pages/statistics/index",
+ "iconPath": "static/img/tabbar-02.png",
+ "selectedIconPath": "static/img/tabbar-02-selected.png",
+ "text": "驾驶舱"
+ },
+ {
"pagePath": "pages/user/center",
"iconPath": "static/img/tabbar-03.png",
"selectedIconPath": "static/img/tabbar-03-selected.png",
--
Gitblit v1.9.3