diff --git a/pages.json b/pages.json index 79777c72fe160f47f1d2c8bb8995a355ed536d38..7072da69206bcc67bf2df45fa909b1b53e3cd024 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 2f5d377ae0f21dd5695043275ff4bd2872f7c355..0000000000000000000000000000000000000000 --- a/pages/ucenter/help/help.vue +++ /dev/null @@ -1,178 +0,0 @@ - - - - - \ No newline at end of file