From 7a352693c7fa090da0f8af9a62dec2e85adc83ab Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期五, 21 六月 2024 09:05:14 +0800 Subject: [PATCH] 添加扫码页面 --- pages.json | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index 9668040..c3df2bb 100644 --- a/pages.json +++ b/pages.json @@ -149,6 +149,14 @@ { "navigationBarTitleText" : "" } + }, + { + "path" : "scodePage/scodePage", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + } } ] } -- Gitblit v1.9.1