From 8fafe168ceb438d295f702c30d3f6f92caf8ba26 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 19 九月 2024 10:23:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 h5_meeting/pages.json |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/h5_meeting/pages.json b/h5_meeting/pages.json
new file mode 100644
index 0000000..bce33df
--- /dev/null
+++ b/h5_meeting/pages.json
@@ -0,0 +1,24 @@
+{
+	"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
+		{
+			"path": "pages/index/index",
+			"style": {
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/index/config",
+			"style" : 
+			{
+				"navigationBarTitleText" : "閰嶇疆"
+			}
+		}
+	],
+	"globalStyle": {
+		"navigationBarTextStyle": "black",
+		"navigationBarTitleText": "浼氳瀹�",
+		"navigationBarBackgroundColor": "#F8F8F8",
+		"backgroundColor": "#F8F8F8"
+	},
+	"uniIdRouter": {}
+}

--
Gitblit v1.9.3