From 1c9a1dced28b40e44159d05f83f51b428378ceb5 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 09 Jul 2026 17:46:39 +0800
Subject: [PATCH] UI:齐享购IOS 新增网安信息

---
 pages.json |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index a04a8f4..2144bb3 100644
--- a/pages.json
+++ b/pages.json
@@ -231,8 +231,7 @@
 		{
 			"path": "pages/web/index",
 			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle":"custom"
+				"navigationBarTitleText": ""
 			}
 		},
 		{
@@ -240,6 +239,18 @@
 			"style": {
 				"navigationBarTitleText": "协议"
 			}
+		},
+		{
+			"path": "pages/web/web-linkUrl",
+			"style": {
+			  "navigationBarTitleText": "",
+			  "navigationBarBackgroundColor": "#FFFFFF",
+			  "app-plus": {
+				"titleNView": {
+				  "type": "default"
+				}
+			  }
+			}
 		}
 	],
 	"tabBar": {

--
Gitblit v1.9.3