From d47d93a10826aab130f3221459ee27a292c86855 Mon Sep 17 00:00:00 2001 From: niantianya <2290907227@qq.com> Date: Fri, 19 Jul 2024 10:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pages.json b/pages.json index ad61dc8..69f3e12 100644 --- a/pages.json +++ b/pages.json @@ -347,6 +347,20 @@ "navigationBarTitleText": "容器查询", "navigationBarBackgroundColor": "#1296db" } + }, + { + "path": "pages/queryPoint/index", + "style": { + "navigationBarTitleText": "点位查询", + "navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" + } + }, + { + "path": "pages/queryShop/index", + "style": { + "navigationBarTitleText": "商品查询", + "navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" + } } ],