39 lines
932 B
JSON
39 lines
932 B
JSON
{
|
|
"pages":[
|
|
"pages/login/login",
|
|
"pages/home/home",
|
|
"pages/mine/mine",
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/setPassword/setPassword"
|
|
],
|
|
"window":{
|
|
"backgroundTextStyle":"light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarTextStyle":"black"
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#08A09A",
|
|
"color": "#999",
|
|
"backgroundColor": "#fff",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"text": "首页",
|
|
"pagePath": "pages/home/home",
|
|
"iconPath": "./assets/images/home.png",
|
|
"selectedIconPath": "./assets/images/home-active.png"
|
|
},
|
|
{
|
|
"text": "我的",
|
|
"pagePath": "pages/mine/mine",
|
|
"iconPath": "./assets/images/mine.png",
|
|
"selectedIconPath": "./assets/images/mine-active.png"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|