From 4fff3642175c131448dcc452bb16e0fae78eb168 Mon Sep 17 00:00:00 2001 From: xuminyui <576362016@qq.com> Date: Thu, 24 Oct 2024 14:36:50 +0800 Subject: [PATCH] fix --- src/pages.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages.json b/src/pages.json index d01a9c4..52e2e02 100644 --- a/src/pages.json +++ b/src/pages.json @@ -9,7 +9,13 @@ } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - + { + "path": "pages/login/index", + "style": { + "navigationBarTitleText": "登录", + "enablePullDownRefresh": false + } + }, { "path": "pages/index/index", "style": { @@ -17,13 +23,7 @@ "enablePullDownRefresh": false } }, - { - "path": "pages/login/index", - "style": { - "navigationBarTitleText": "登录", - "enablePullDownRefresh": false - } - }, + { "path": "pages/painting/index", "style": {