diff --git a/src/pages.json b/src/pages.json index 2927fe3..7b2a594 100644 --- a/src/pages.json +++ b/src/pages.json @@ -32,15 +32,11 @@ "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } - } - , + }, { "path": "pages/long-answer/index", "style": { - "navigationStyle": "custom", - "backgroundColor": "#FFFFFF", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationBarTextStyle": "black" + "navigationStyle": "custom" } } ], diff --git a/src/pages/long-answer/index.vue b/src/pages/long-answer/index.vue index 86cfb4c..1c9b12d 100644 --- a/src/pages/long-answer/index.vue +++ b/src/pages/long-answer/index.vue @@ -1,9 +1,16 @@ \ No newline at end of file