From 2d8c72af7f819db2727b7d9e8e1e69bd018e494a Mon Sep 17 00:00:00 2001 From: m0_74163447 <2656695551@qq.com> Date: Thu, 4 May 2023 10:44:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=95=8C=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- teamwork/pages.json | 27 ++++++++++++++++++++- teamwork/pages/my/main.vue | 23 +++++++++++++++--- teamwork/pages/my/my-modify.vue | 33 +++++++++++++++++--------- teamwork/pages/my/my-resetpassword.vue | 23 +++++++++++++----- teamwork/pages/my/my-setting.vue | 9 +++++-- 5 files changed, 92 insertions(+), 23 deletions(-) diff --git a/teamwork/pages.json b/teamwork/pages.json index 7ae681d..57d815d 100644 --- a/teamwork/pages.json +++ b/teamwork/pages.json @@ -3,7 +3,32 @@ "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, - "pages": [{ + "pages": [ + { + "path": "pages/my/main", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/my/my-modify", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/my/my-setting", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/my/my-resetpassword", + "style": { + "navigationStyle": "custom" + } + }, + { "path": "pages/post/post", "style": { "navigationStyle": "custom" diff --git a/teamwork/pages/my/main.vue b/teamwork/pages/my/main.vue index 0dd863f..1bc5c47 100644 --- a/teamwork/pages/my/main.vue +++ b/teamwork/pages/my/main.vue @@ -1,7 +1,7 @@