diff --git a/pages.json b/pages.json index 9872615..b4a3a03 100644 --- a/pages.json +++ b/pages.json @@ -388,15 +388,11 @@ "navigationStyle": "custom" } }, + // #ifdef APP-PLUS { - "path": "pages/anchor/index", - "disableSwipeBack": true, + "path": "pages/discover/livelist/index", "style": { - "backgroundColor": "#000000", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": false - } + "navigationStyle": "custom" } }, { @@ -409,12 +405,6 @@ } } }, - { - "path": "pages/discover/livelist/index", - "style": { - "navigationStyle": "custom" - } - }, { "path": "pages/audience/index", "style": { @@ -424,6 +414,18 @@ } } }, + { + "path": "pages/anchor/index", + "disableSwipeBack": true, + "style": { + "backgroundColor": "#000000", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": false + } + } + }, + // #endif { "path": "pages/adduser/index", "style": { @@ -477,4 +479,4 @@ } ] } -} +} \ No newline at end of file