From 8e265ae16c6f5a66e8ef283bbe58d310ae6edb4a Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Wed, 01 Apr 2026 11:44:09 +0800
Subject: [PATCH] 协议
---
pages.json | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/pages.json b/pages.json
index 08253e7..fa2f80a 100644
--- a/pages.json
+++ b/pages.json
@@ -225,15 +225,13 @@
{
"path": "pages/quanshou/index",
"style": {
- "navigationBarTitleText": "会员权收",
- "navigationStyle":"custom"
+ "navigationBarTitleText": "会员权收"
}
},
{
"path": "pages/web/index",
"style": {
- "navigationBarTitleText": "",
- "navigationStyle":"custom"
+ "navigationBarTitleText": ""
}
},
{
@@ -241,6 +239,12 @@
"style": {
"navigationBarTitleText": "协议"
}
+ },
+ {
+ "path": "pages/web/polling",
+ "style": {
+ "navigationBarTitleText": ""
+ }
}
],
"tabBar": {
--
Gitblit v1.9.3