From 613eea992977074e376fe1ad0e257f1579a7e81a Mon Sep 17 00:00:00 2001 From: ycy <2861518472@qq.com> Date: Thu, 18 Apr 2024 16:15:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E5=AF=BC=E8=88=AA=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/pages.json b/pages.json index b1df161..7e02529 100644 --- a/pages.json +++ b/pages.json @@ -7,6 +7,13 @@ "navigationStyle": "custom" } }, + { + "path": "pages/school/index", + "style": { + "navigationBarTitleText": "门派", + "navigationStyle": "custom" + } + }, { "path": "pages/intelLigence/index", "style": { @@ -20,13 +27,6 @@ "navigationBarTitleText": "排行榜", "navigationStyle": "custom" } - }, - { - "path": "pages/school/index", - "style": { - "navigationBarTitleText": "门派", - "navigationStyle": "custom" - } }, { "path": "pages/user/index", @@ -55,21 +55,21 @@ "pagePath": "pages/index/index", "text": "首页" }, + { + "pagePath": "pages/school/index", + "text": "门派" + }, { "pagePath": "pages/intelLigence/index", "text": "赛事" }, - { - "pagePath": "pages/school/index", - "text": "门派" - }, - { - "pagePath": "pages/intelLigence/index", - "text": "赛事" - }, { "pagePath": "pages/rankList/index", "text": "排行榜" + }, + { + "pagePath": "pages/user/index", + "text": "我的" } ] }