From 0bba9badcbdc6cb1bc086573ad54742f59e5f582 Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Mon, 3 Jun 2024 19:25:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=8C=85=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/pages.json b/pages.json index ca02aa9..054c4ca 100644 --- a/pages.json +++ b/pages.json @@ -334,27 +334,31 @@ "enablePullDownRefresh": false } - }, { - "path": "pages/shopList/index", - "style": { - "navigationBarTitleText": "商户列表", - "enablePullDownRefresh": false - } - },{ - "path": "pages/shopList/shopPage", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - },{ - "path": "pages/shopList/certificate", - "style": { - "navigationBarTitleText": "营业执照", - "enablePullDownRefresh": false - } } ], - "subPackages": [{ + "subPackages": [ + { + "root": "pages/shopList", + "pages": [{ + "path": "index", + "style": { + "navigationBarTitleText": "商户列表", + "enablePullDownRefresh": false + } + },{ + "path": "shopPage", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + },{ + "path": "certificate", + "style": { + "navigationBarTitleText": "营业执照", + "enablePullDownRefresh": false + } + }] + },{ "root": "pages/news/", "pages": [{ "path": "article/classify",