diff --git a/pages.json b/pages.json index e2d718c93b13d1dfd97c08af22e6f7a18666b8db..e699dd9e7379b500cf322f0aad8ea621ea11db83 100644 --- a/pages.json +++ b/pages.json @@ -21,19 +21,13 @@ "path": "uni_modules/uni-login-page/pages/index/index", "style": { "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle":"custom", + "backgroundColor": "transparent", "app-plus": { "animationType": "fade-in", "background": "transparent", "popGesture": "none", - "titleNView": { - "buttons": [{ - "text": "帮助", - "type": "none", - "fontSize": "16px", - "width": "60px" - }] - } + "titleNView": false } } // "navigationBarTitleText": "", diff --git a/uni_modules/uni-login-page/pages/index/index.vue b/uni_modules/uni-login-page/pages/index/index.vue index 3d4440a8037665b7bc8761e0330dfb2f670af287..6ea064d4c529a51deaea99e692b44490e3082e97 100644 --- a/uni_modules/uni-login-page/pages/index/index.vue +++ b/uni_modules/uni-login-page/pages/index/index.vue @@ -1,5 +1,6 @@