From 5a951b144a3c1ade2ba27511eea0c5abce201dfe Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Sun, 18 May 2025 15:10:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor(pages):=20=E8=B0=83=E6=95=B4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=A1=BA=E5=BA=8F=E5=B9=B6=E7=A7=BB=E9=99=A4=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E9=A1=B9-=20=E5=B0=86=20student/login/login=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=A7=BB=E5=8A=A8=E5=88=B0=E6=95=B0=E7=BB=84?= =?UTF-8?q?=E5=BC=80=E5=A4=B4=20-=20=E5=88=A0=E9=99=A4=E4=BA=86=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E7=9A=84=20student/login/login=20=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/pages.json b/pages.json index 97ce8c6..aa0e6e7 100644 --- a/pages.json +++ b/pages.json @@ -1,5 +1,14 @@ { "pages": [ + { + "path": "pages/student/login/login", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "white" + } + }, { "path": "pages/student/index/index", "style": { @@ -27,15 +36,7 @@ "navigationBarTextStyle": "white" } }, - { - "path": "pages/student/login/login", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "default", - "navigationBarBackgroundColor": "#fff", - "navigationBarTextStyle": "white" - } - }, + { "path": "pages/student/login/forgot", "style": {