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.
 
 
 
 

75 lines
1.5 KiB

{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "全民演练",
"enablePullDownRefresh": false
}
},
{
"path": "pages/scan/scan",
"style": {
"navigationBarTitleText": "全民演练",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "全民演练",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/knowledge/knowledge",
"style": {
"navigationBarTitleText": "全民演练",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "subpkg",
"pages": [{
"path": "list/list",
"style": {
"navigationBarTitleText": "场景演练",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false
}
}]
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "全民演练",
"navigationBarBackgroundColor": "#00b6ff",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"selectedColor": "#009eff",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/tab_icons/home.png"
},
{
"pagePath": "pages/scan/scan",
"text": "扫一扫",
"iconPath": "static/tab_icons/cate.png"
},
{
"pagePath": "pages/knowledge/knowledge",
"text": "知识库",
"iconPath": "static/tab_icons/knownledge.png"
}, {
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "static/tab_icons/my.png"
}
]
}
}