From 4335558b48d135ab949f0914a1b1f786e17b9cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=8A=E9=87=8C?= <1227971437@qq.com> Date: Wed, 21 Apr 2021 16:43:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E2=80=9C=E5=B8=AE=E5=8A=A9?= =?UTF-8?q?=E2=80=9D=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 101 +++++++++----------- pages/ucenter/help/help.vue | 178 ------------------------------------ 2 files changed, 44 insertions(+), 235 deletions(-) delete mode 100644 pages/ucenter/help/help.vue diff --git a/pages.json b/pages.json index 79777c7..7072da6 100644 --- a/pages.json +++ b/pages.json @@ -24,8 +24,6 @@ "app-plus": { "animationType": "none", "popGesture": "none" - // "navigationStyle": "custom", - // "backgroundColor": "transparent", } } }, { @@ -76,13 +74,16 @@ }, { "path": "pages/ucenter/about/about", "style": { - "navigationBarTitleText": "关于" - // #ifdef APP-PLUS - ,"app-plus": { - "titleNView": { - "buttons": [{"type": "share"}] - } - } + "navigationBarTitleText": "关于" + // #ifdef APP-PLUS + , + "app-plus": { + "titleNView": { + "buttons": [{ + "type": "share" + }] + } + } // #endif } @@ -142,7 +143,6 @@ }, { "path": "uni_modules/uni-id-users/pages/uni-id-users/edit", - // "path": "pages/ucenter/edit/edit", "style": { "navigationBarTitleText": "编辑资料" } @@ -168,40 +168,28 @@ } }, { - "path": "pages/ucenter/help/help", + "path": "pages/test/test", "style": { - "navigationBarTitleText": "帮助", + "navigationBarTitleText": "", "enablePullDownRefresh": false } + + }, { + "path": "pages/common/webview/webview", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + }, { + "path": "uni_modules/uni-login-page/pages/register/register", + "style": { + "navigationBarTitleText": "注册", + "enablePullDownRefresh": false + } + } - ,{ - "path" : "pages/test/test", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - } - ,{ - "path" : "pages/common/webview/webview", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - } - ,{ - "path" : "uni_modules/uni-login-page/pages/register/register", - "style" : - { - "navigationBarTitleText": "注册", - "enablePullDownRefresh": false - } - - } - ], + ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "base-app", @@ -209,25 +197,24 @@ "backgroundColor": "#F8F8F8" }, "condition": { - "list": [ - { - "path": "pages/list/list", - "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true - } - }, + "list": [{ + "path": "pages/list/list", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": true + } + }, { "path": "uni_modules/uni-login-page/pages/index/index" - }, - { - "path": "pages/test/test" - }, - { - "path":"pages/ucenter/settings/settings" - } + }, + { + "path": "pages/test/test" + }, + { + "path": "pages/ucenter/settings/settings" + } ], - "current":0 + "current": 0 }, "tabBar": { "color": "#7A7E83", @@ -251,4 +238,4 @@ "text": "我的" }] } -} +} diff --git a/pages/ucenter/help/help.vue b/pages/ucenter/help/help.vue deleted file mode 100644 index 2f5d377..0000000 --- a/pages/ucenter/help/help.vue +++ /dev/null @@ -1,178 +0,0 @@ - - - - - \ No newline at end of file -- GitLab