From 62a922d6aa605883ed22ddcee10676bc2e15209d Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 15 Nov 2022 13:08:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client_mp/pages.json | 19 +++++++++---------- client_mp/pages/exam/result.vue | 20 +++++++++++--------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/client_mp/pages.json b/client_mp/pages.json index 047e8a1..52a5514 100644 --- a/client_mp/pages.json +++ b/client_mp/pages.json @@ -11,15 +11,6 @@ // }] // }, "pages": [ - { - "path" : "pages/login/login", - "style" : - { - "navigationBarTitleText": "验证码登录", - "enablePullDownRefresh": false - } - - }, { "path" : "pages/home/home", "style" : @@ -27,8 +18,16 @@ "navigationBarTitleText": "", "enablePullDownRefresh": false } - }, + { + "path" : "pages/login/login", + "style" : + { + "navigationBarTitleText": "验证码登录", + "enablePullDownRefresh": false + } + }, + { "path" : "pages/my/my", "style" : diff --git a/client_mp/pages/exam/result.vue b/client_mp/pages/exam/result.vue index 6501a9a..4a71fcc 100644 --- a/client_mp/pages/exam/result.vue +++ b/client_mp/pages/exam/result.vue @@ -1,14 +1,12 @@