48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/hall/hall",
|
|
"pages/user/user",
|
|
"pages/account/account",
|
|
"pages/search/search",
|
|
"pages/info/info",
|
|
"pages/push/push",
|
|
"pages/history/history",
|
|
"pages/edit/edit"
|
|
],
|
|
"window": {
|
|
"backgroundColor": "#F6F6F6",
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "失物招领",
|
|
"navigationBarBackgroundColor": "#ffd23c",
|
|
"backgroundColorTop": "left"
|
|
},
|
|
"tabBar": {
|
|
"color": "#9c9d9b",
|
|
"backgroundColor": "#fff",
|
|
"selectedColor": "#000",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "images/index-icon/index.png",
|
|
"selectedIconPath": "images/index-icon/index.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/hall/hall",
|
|
"text": "广场",
|
|
"iconPath": "images/index-icon/dating.png",
|
|
"selectedIconPath": "images/index-icon/dating.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/user",
|
|
"text": "我的",
|
|
"iconPath": "images/index-icon/user.png",
|
|
"selectedIconPath": "images/index-icon/user.png"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |