| @ -1,21 +1,20 @@ | |||
| { | |||
| "pages": [ | |||
| { "path": "pages/index/index", "style": { "navigationStyle": "custom","disableScroll": true } }, | |||
| { "path": "pages/menu/menu", "style": { "navigationStyle": "custom","disableScroll": true } }, | |||
| { "path": "pages/confirm/confirm", "style": { "navigationStyle": "custom","disableScroll": true } }, | |||
| { "path": "pages/orders/orders", "style": { "navigationStyle": "custom","disableScroll": true } }, | |||
| { "path": "pages/chat/chat", "style": { "navigationStyle": "custom","disableScroll": true } }, | |||
| { "path": "pages/staff/login", "style": { "navigationStyle": "custom","disableScroll": true } }, | |||
| { "path": "pages/staff/board", "style": { "navigationStyle": "custom","disableScroll": true } }, | |||
| { "path": "pages/staff/detail", "style": { "navigationStyle": "custom","disableScroll": true } }, | |||
| { "path": "pages/staff/chat", "style": { "navigationStyle": "custom","disableScroll": true } } | |||
| { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, | |||
| { "path": "pages/menu/menu", "style": { "navigationStyle": "custom" } }, | |||
| { "path": "pages/confirm/confirm", "style": { "navigationStyle": "custom" } }, | |||
| { "path": "pages/orders/orders", "style": { "navigationStyle": "custom" } }, | |||
| { "path": "pages/chat/chat", "style": { "navigationStyle": "custom" } }, | |||
| { "path": "pages/staff/login", "style": { "navigationStyle": "custom" } }, | |||
| { "path": "pages/staff/board", "style": { "navigationStyle": "custom" } }, | |||
| { "path": "pages/staff/detail", "style": { "navigationStyle": "custom" } }, | |||
| { "path": "pages/staff/chat", "style": { "navigationStyle": "custom" } } | |||
| ], | |||
| "globalStyle": { | |||
| "navigationStyle": "custom","disableScroll": true, | |||
| "navigationStyle": "custom", | |||
| "navigationBarTextStyle": "white", | |||
| "navigationBarTitleText": "纯瘾大", | |||
| "navigationBarBackgroundColor": "#0D0D0D", | |||
| "backgroundColor": "#0D0D0D" | |||
| } | |||
| } | |||