|
|
{
|
|
|
"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 } }
|
|
|
],
|
|
|
"globalStyle": {
|
|
|
"navigationStyle": "custom","disableScroll": true,
|
|
|
"navigationBarTextStyle": "white",
|
|
|
"navigationBarTitleText": "纯瘾大",
|
|
|
"navigationBarBackgroundColor": "#0D0D0D",
|
|
|
"backgroundColor": "#0D0D0D"
|
|
|
}
|
|
|
}
|
|
|
|