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": {