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 @@ + + + + +