From 0caee43f6d9648486e4ac3e34bf3eeef627b44cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 24 Oct 2023 16:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 33 +++++++++++++++----- pages/login/login.vue | 71 +++++++++++++++++++++++++++++++++++-------- 2 files changed, 84 insertions(+), 20 deletions(-) diff --git a/pages.json b/pages.json index dfecb5d..925fd37 100644 --- a/pages.json +++ b/pages.json @@ -4,6 +4,13 @@ }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + },{ "path" : "pages/taskReturn/taskReturn", "style" : { @@ -21,7 +28,24 @@ } }, + { + "path" : "pages/Changepassword/Changepassword", + "style" : + { + "navigationBarTitleText": "修改密码", + "enablePullDownRefresh": false + } + }, + { + "path" : "pages/Modifyphonenumber/Modifyphonenumber", + "style" : + { + "navigationBarTitleText": "修改手机号", + "enablePullDownRefresh": false + } + + }, { "path": "pages/myinformation/myinformation", @@ -38,14 +62,7 @@ "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#4ac4ab" } - }, { - "path": "pages/login/login", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, + }, diff --git a/pages/login/login.vue b/pages/login/login.vue index 056eb7c..fbc3c71 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -6,7 +6,7 @@ - + 登录 @@ -14,27 +14,33 @@ - + - + - + 登录 - + @@ -173,4 +220,4 @@ } } - \ No newline at end of file +