From 9c3cdfcd400a3d23f5f6c0704285f2d7ebd73668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 20 Apr 2023 15:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/pages.json b/pages.json index 6ee6c31..4f3f94d 100644 --- a/pages.json +++ b/pages.json @@ -4,17 +4,17 @@ }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { - "path": "pages/login/login", - "style": { - "navigationBarTitleText": "登录", - "navigationStyle": "custom" - } - }, { "path": "pages/startup/startup", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } + }, { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "登录", + "navigationStyle": "custom" + } }, { "path": "pages/Healthknowledge/Healthknowledge", "style": { @@ -93,13 +93,6 @@ "navigationBarTitleText": "收益信息", "enablePullDownRefresh": false } - }, - { - "path": "pages/RevenueDetails/RevenueDetails", - "style": { - "navigationBarTitleText": "收益信息", - "enablePullDownRefresh": false - } }, { "path": "pages/study/study", "style": {