From 8dcfae4fff98fbbb19ff46bd9750f25bc56801a9 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期一, 31 七月 2023 10:42:20 +0800 Subject: [PATCH] Merge branch 'release/v1.1.5发布' --- 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