From 700eb98db0151940cc91abcc5b3149ce23ec42de Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 08 Aug 2024 08:55:49 +0800
Subject: [PATCH] 提交
---
pages.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 50 insertions(+), 2 deletions(-)
diff --git a/pages.json b/pages.json
index 6454a2a..2aa764f 100644
--- a/pages.json
+++ b/pages.json
@@ -114,6 +114,18 @@
}
},
{
+ "path" : "pages/tabBar/firstPage/exam",
+ "style" :
+ {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ "scrollIndicator": "none"
+ }
+ }
+ },
+ {
"path" : "pages/tabBar/response/response",
"style" :
{
@@ -182,6 +194,18 @@
}
},
{
+ "path" : "pages/tabBar/count/countDetail",
+ "style" :
+ {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ "scrollIndicator": "none"
+ }
+ }
+ },
+ {
"path" : "pages/tabBar/current/current",
"style" :
{
@@ -199,7 +223,19 @@
}
},
{
- "path" : "pages/tabBar/weather/weather",
+ "path" : "pages/tabBar/current/detail",
+ "style" :
+ {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ "scrollIndicator": "none"
+ }
+ }
+ },
+ {
+ "path" : "pages/tabBar/wearhouse/wearhouse",
"style" :
{
"navigationStyle": "custom",
@@ -209,6 +245,18 @@
"scrollIndicator": "none"
}
}
+ },
+ {
+ "path" : "pages/tabBar/wearhouse/questions",
+ "style" :
+ {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false,
+ "app-plus": {
+ "scrollIndicator": "none"
+ }
+ }
}
],
"globalStyle": {
@@ -248,7 +296,7 @@
"pagePath": "pages/tabBar/current/current"
},
{
- "pagePath": "pages/tabBar/weather/weather"
+ "pagePath": "pages/tabBar/wearhouse/wearhouse"
}
--
Gitblit v1.9.2