From 1af4b2e328aaf4d92bbbbf5780f6e69a8062cec9 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 06 May 2026 15:42:31 +0800
Subject: [PATCH] UI: 齐享购新增跳转第三方链接banner图功能

---
 pages.json |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

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

--
Gitblit v1.9.3