diff --git a/pages.json b/pages.json index 126c01c..96c3e5a 100644 --- a/pages.json +++ b/pages.json @@ -3,24 +3,31 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, - { - "path": "pages/intelLigence/index", - "style": { - "navigationBarTitleText": "uni-app", - "navigationStyle": "custom" - } - }, - { - "path": "pages/rankList/index", - "style": { - "navigationBarTitleText": "uni-app", - "navigationStyle": "custom" - } - } + { + "path": "pages/intelLigence/index", + "style": { + "navigationBarTitleText": "赛事", + "navigationStyle": "custom" + } + }, + { + "path": "pages/rankList/index", + "style": { + "navigationBarTitleText": "排行榜", + "navigationStyle": "custom" + } + }, + { + "path": "pages/school/index", + "style": { + "navigationBarTitleText": "门派", + "navigationStyle": "custom" + } + } ], "globalStyle": { "navigationBarTextStyle": "black", @@ -30,19 +37,22 @@ }, "uniIdRouter": {}, "tabBar": { - "list": [ - { - "pagePath": "pages/index/index", - "text": "首页" - }, - { - "pagePath": "pages/intelLigence/index", - "text": "赛事" - }, - { - "pagePath": "pages/rankList/index", - "text": "排行榜" - } - ] + "list": [{ + "pagePath": "pages/index/index", + "text": "首页" + }, + { + "pagePath": "pages/school/index", + "text": "门派" + }, + { + "pagePath": "pages/intelLigence/index", + "text": "赛事" + }, + { + "pagePath": "pages/rankList/index", + "text": "排行榜" + } + ] } } \ No newline at end of file diff --git a/pages/school/index.vue b/pages/school/index.vue new file mode 100644 index 0000000..4ef047f --- /dev/null +++ b/pages/school/index.vue @@ -0,0 +1,260 @@ + + + + +