From 5b07839cf6ada33a29b5af59695bcd51c3d9f76a Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 1 Feb 2024 17:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xietang-answer-h5/pages.json | 53 +++++++++++++++++-------------- xietang-answer-h5/pages/me/me.vue | 34 ++++++++++++++++++++ 2 files changed, 64 insertions(+), 23 deletions(-) create mode 100644 xietang-answer-h5/pages/me/me.vue diff --git a/xietang-answer-h5/pages.json b/xietang-answer-h5/pages.json index c1bb4e9..49cf8e7 100644 --- a/xietang-answer-h5/pages.json +++ b/xietang-answer-h5/pages.json @@ -1,25 +1,32 @@ { - "easycom": { - "custom": { - "autoscan": true, - "gal-(.*)": "@/GAL/components/gal-$1.vue" - } - }, - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path": "pages/index/index" - }, - { - "path" : "pages/login/index" - }, - { - "path" : "pages/answer/index" - } - ], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "百步芳草·与理同行", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8" - } + "easycom": { + "custom": { + "autoscan": true, + "gal-(.*)": "@/GAL/components/gal-$1.vue" + } + }, + "pages": [ + //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/index/index" + }, + { + "path": "pages/login/index" + }, + { + "path": "pages/answer/index" + }, + { + "path": "pages/me/me", + "style": { + "navigationStyle": "custom" + } + } + ], + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "百步芳草·与理同行", + "navigationBarBackgroundColor": "#F8F8F8", + "backgroundColor": "#F8F8F8" + } } diff --git a/xietang-answer-h5/pages/me/me.vue b/xietang-answer-h5/pages/me/me.vue new file mode 100644 index 0000000..6895d7b --- /dev/null +++ b/xietang-answer-h5/pages/me/me.vue @@ -0,0 +1,34 @@ + + + + +