28 lines
784 B
JSON
28 lines
784 B
JSON
{
|
|
"pages": [
|
|
"pages/dashboard/dashboard",
|
|
"pages/create/create",
|
|
"pages/trade-detail/trade-detail",
|
|
"pages/review/review",
|
|
"pages/statistics/statistics",
|
|
"pages/profile/profile"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "dark",
|
|
"navigationBarBackgroundColor": "#2a2a2a",
|
|
"navigationBarTitleText": "SRDE 风控",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999",
|
|
"selectedColor": "#5a9",
|
|
"backgroundColor": "#2a2a2a",
|
|
"list": [
|
|
{ "pagePath": "pages/dashboard/dashboard", "text": "首页" },
|
|
{ "pagePath": "pages/create/create", "text": "创建" },
|
|
{ "pagePath": "pages/statistics/statistics", "text": "统计" },
|
|
{ "pagePath": "pages/profile/profile", "text": "我的" }
|
|
]
|
|
}
|
|
}
|