From 5f902ea187c8d36e11ca129d02bf5ad72b29005d Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期四, 17 十月 2024 00:40:09 +0800 Subject: [PATCH] 1. --- pages.json | 31 ++++++++++++++++--------------- 1 files changed, 16 insertions(+), 15 deletions(-) diff --git a/pages.json b/pages.json index a7c1008..f0c07e5 100644 --- a/pages.json +++ b/pages.json @@ -73,20 +73,6 @@ } }, { - "path": "pages/advertising/advertising", - "style": { - "navigationBarTitleText": "广告", - "enablePullDownRefresh": true - } - }, - { - "path": "pages/customer_service/customer_service", - "style": { - "navigationBarTitleText": "客服中心", - "enablePullDownRefresh": true - } - }, - { "path": "pages/user/user-pwd/user-pwd", "style": { "navigationBarTitleText": "修改密码", @@ -172,7 +158,22 @@ ], "subPackages": [{ "root": "sub_pages/supplier", - "pages": [{ + "pages": [ + { + "path": "advertising/advertising", + "style": { + "navigationBarTitleText": "广告", + "enablePullDownRefresh": true + } + }, + { + "path": "customer_service/customer_service", + "style": { + "navigationBarTitleText": "客服中心", + "enablePullDownRefresh": true + } + }, + { "path": "protocol", "style": { "navigationBarTitleText": "协议", -- Gitblit v1.9.3