You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/login/login",
|
|
"pages/myInfo/myInfo",
|
|
"pages/overview/overview"
|
|
],
|
|
"subPackages": [{
|
|
"root": "package",
|
|
"pages": [
|
|
"polling/polling",
|
|
"basic/basic"
|
|
]
|
|
}],
|
|
"window": {
|
|
"backgroundTextStyle": "dark",
|
|
"navigationBarBackgroundColor": "#1979ff",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#2F54FF",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "images/tabBar/icon_polling.png",
|
|
"selectedIconPath": "images/tabBar/icon_polling_active.png",
|
|
"text": "巡检总览"
|
|
}, {
|
|
"pagePath": "pages/overview/overview",
|
|
"iconPath": "images/tabBar/icon_menu.png",
|
|
"selectedIconPath": "images/tabBar/icon_menu_active.png",
|
|
"text": "工作台"
|
|
},
|
|
{
|
|
"pagePath": "pages/myInfo/myInfo",
|
|
"iconPath": "images/tabBar/icon_person.png",
|
|
"selectedIconPath": "images/tabBar/icon_person_active.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|