From 34db7035c9c7880e00b9328d022be65a29c62cb2 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期一, 31 七月 2023 10:40:56 +0800
Subject: [PATCH] Merge branch 'feature/v1.1.5接口' into develop

---
 h5/apph5/pages.json |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/h5/apph5/pages.json b/h5/apph5/pages.json
new file mode 100644
index 0000000..1642252
--- /dev/null
+++ b/h5/apph5/pages.json
@@ -0,0 +1,46 @@
+{
+	"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
+		{
+			"path": "pages/index/index",
+			"style": {
+				"navigationStyle":"custom",//涓嶆樉绀哄ご閮�
+				"navigationBarTitleText": "澶ц繑瀹�"
+			}
+		},
+		{
+			"path": "pages/takeout/mt",
+			"style": {
+				"navigationStyle":"custom",//涓嶆樉绀哄ご閮�
+				"navigationBarTitleText": "缇庨澶栧崠"
+			}
+		},
+		{
+			"path": "pages/takeout/elm",
+			"style": {
+				"navigationStyle":"custom",//涓嶆樉绀哄ご閮�
+				"navigationBarTitleText": "缇庨澶栧崠"
+			}
+		},
+		{
+			"path": "pages/wxkf/index",
+			"style": {
+				"navigationStyle":"custom",//涓嶆樉绀哄ご閮�
+				"navigationBarTitleText": "寰俊瀹㈡湇"
+			}
+		},
+		{
+			"path": "pages/backmanage/shortlink",
+			"style": {
+				"navigationStyle":"custom",//涓嶆樉绀哄ご閮�
+				"navigationBarTitleText": "鐭摼缁熻"
+			}
+		}
+	],
+	"globalStyle": {
+		"navigationBarTextStyle": "black",
+		"navigationBarTitleText": "澶ц繑瀹�",
+		"navigationBarBackgroundColor": "#F8F8F8",
+		"backgroundColor": "#F8F8F8"
+	},
+	"uniIdRouter": {}
+}

--
Gitblit v1.9.3