From 3b76d28edc6ce8d5f86a598e2ab73eaf37895064 Mon Sep 17 00:00:00 2001 From: huxuejian Date: Tue, 21 Apr 2026 15:33:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=88=86?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 310 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 177 insertions(+), 133 deletions(-) diff --git a/pages.json b/pages.json index 9605487..1c0d458 100644 --- a/pages.json +++ b/pages.json @@ -8,48 +8,6 @@ "disableScroll": true } }, - { - "path": "pages/article/article-list", - "style": { - "navigationBarTitleText": "我的宣教", - "disableScroll": true - } - }, - { - "path": "pages/article/article-cate-list", - "style": { - "navigationBarTitleText": "健康宣教", - "disableScroll": true - } - }, - { - "path": "pages/survey/survey-list", - "style": { - "navigationBarTitleText": "我的问卷", - "disableScroll": true - } - }, - { - "path": "pages/survey/fill", - "style": { - "navigationBarTitleText": "问卷", - "disableScroll": true - } - }, - { - "path": "pages/rate/rate-list", - "style": { - "navigationBarTitleText": "服务评价", - "disableScroll": true - } - }, - { - "path": "pages/rate/rate-detail", - "style": { - "navigationBarTitleText": "服务评价", - "disableScroll": true - } - }, { "path": "pages/message/message", "style": { @@ -65,6 +23,20 @@ "disableScroll": true } }, + { + "path": "pages/mine/mine", + "style": { + "navigationBarTitleText": "我的", + "disableScroll": true + } + }, + { + "path": "pages/mine/contact", + "style": { + "navigationBarTitleText": "联系客服", + "disableScroll": true + } + }, { "path": "pages/login/login", "style": { @@ -87,90 +59,6 @@ "disableScroll": true } }, - { - "path": "pages/archive/archive-manage", - "style": { - "navigationBarTitleText": "档案管理", - "disableScroll": true - } - }, - { - "path": "pages/archive/edit-archive", - "style": { - "navigationBarTitleText": "新增档案", - "disableScroll": true - } - }, - { - "path": "pages/archive/archive-result", - "style": { - "navigationBarTitleText": "团队服务", - "disableScroll": true - } - }, - { - "path": "pages/health/list", - "style": { - "navigationBarTitleText": "健康信息", - "disableScroll": true - } - }, - { - "path": "pages/health/record", - "style": { - "navigationBarTitleText": "健康信息", - "disableScroll": true - } - }, - { - "path": "pages/library/diagnosis-list", - "style": { - "navigationBarTitleText": "选择诊断", - "disableScroll": true - } - }, - { - "path": "pages/team/team-detail", - "style": { - "navigationBarTitleText": "团队介绍", - "disableScroll": true - } - }, - { - "path": "pages/team/homepage", - "style": { - "navigationBarTitleText": "个人主页", - "disableScroll": true - } - }, - { - "path": "pages/team/friend", - "style": { - "navigationBarTitleText": "添加好友", - "disableScroll": true - } - }, - { - "path": "pages/web-view/web-view", - "style": { - "navigationBarTitleText": "", - "disableScroll": true - } - }, - { - "path": "pages/mine/mine", - "style": { - "navigationBarTitleText": "我的", - "disableScroll": true - } - }, - { - "path": "pages/mine/contact", - "style": { - "navigationBarTitleText": "联系客服", - "disableScroll": true - } - }, { "path": "pages/common/privacy", "style": { @@ -186,18 +74,174 @@ } }, { - "path": "pages/article/article-detail", + "path": "pages/web-view/web-view", "style": { - "navigationBarTitleText": "宣教文章", + "navigationBarTitleText": "", "disableScroll": true } + } + ], + "subPackages": [ + { + "root": "pages/article", + "name": "article", + "pages": [ + { + "path": "article-list", + "style": { + "navigationBarTitleText": "我的宣教", + "disableScroll": true + } + }, + { + "path": "article-cate-list", + "style": { + "navigationBarTitleText": "健康宣教", + "disableScroll": true + } + }, + { + "path": "article-detail", + "style": { + "navigationBarTitleText": "宣教文章", + "disableScroll": true + } + }, + { + "path": "send-article", + "style": { + "navigationBarTitleText": "选择宣教文章", + "disableScroll": true + } + } + ] }, { - "path": "pages/article/send-article", - "style": { - "navigationBarTitleText": "选择宣教文章", - "disableScroll": true - } + "root": "pages/survey", + "name": "survey", + "pages": [ + { + "path": "survey-list", + "style": { + "navigationBarTitleText": "我的问卷", + "disableScroll": true + } + }, + { + "path": "fill", + "style": { + "navigationBarTitleText": "问卷", + "disableScroll": true + } + } + ] + }, + { + "root": "pages/rate", + "name": "rate", + "pages": [ + { + "path": "rate-list", + "style": { + "navigationBarTitleText": "服务评价", + "disableScroll": true + } + }, + { + "path": "rate-detail", + "style": { + "navigationBarTitleText": "服务评价", + "disableScroll": true + } + } + ] + }, + { + "root": "pages/archive", + "name": "archive", + "pages": [ + { + "path": "archive-manage", + "style": { + "navigationBarTitleText": "档案管理", + "disableScroll": true + } + }, + { + "path": "edit-archive", + "style": { + "navigationBarTitleText": "新增档案", + "disableScroll": true + } + }, + { + "path": "archive-result", + "style": { + "navigationBarTitleText": "团队服务", + "disableScroll": true + } + } + ] + }, + { + "root": "pages/health", + "name": "health", + "pages": [ + { + "path": "list", + "style": { + "navigationBarTitleText": "健康信息", + "disableScroll": true + } + }, + { + "path": "record", + "style": { + "navigationBarTitleText": "健康信息", + "disableScroll": true + } + } + ] + }, + { + "root": "pages/library", + "name": "library", + "pages": [ + { + "path": "diagnosis-list", + "style": { + "navigationBarTitleText": "选择诊断", + "disableScroll": true + } + } + ] + }, + { + "root": "pages/team", + "name": "team", + "pages": [ + { + "path": "team-detail", + "style": { + "navigationBarTitleText": "团队介绍", + "disableScroll": true + } + }, + { + "path": "homepage", + "style": { + "navigationBarTitleText": "个人主页", + "disableScroll": true + } + }, + { + "path": "friend", + "style": { + "navigationBarTitleText": "添加好友", + "disableScroll": true + } + } + ] } ], "globalStyle": {