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.
 
 
 
 

244 lines
4.8 KiB

{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "全民演练",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/scan/scan",
"style": {
"navigationBarTitleText": "全民演练",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "全民演练",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/knowledge/knowledge",
"style": {
"navigationBarTitleText": "全民演练",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"onReachBottomDistance":20
}
}
],
"subPackages": [{
"root": "subpkg",
"pages": [{
"path": "list/list",
"style": {
"navigationBarTitleText": "场景演练",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true,
"onReachBottomDistance": 100,
"navigationStyle": "custom"
}
},
{
"path" : "login/login",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "feedback/feedback",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "address/address",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true,
"navigationStyle": "custom"
}
},
{
"path" : "medal/medal",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true,
"navigationStyle": "custom"
}
},
{
"path" : "about/about",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "agreement/agreement",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "privacy/privacy",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true,
"navigationStyle": "custom"
}
},
{
"path" : "role/role",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "practice/practice",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "respractice/respractice",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "message/message",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"onReachBottomDistance":50
}
},
{
"path" : "messageInfo/messageInfo",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "complete/complete",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "rechallenge/rechallenge",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "review/review",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "knowledgeInfo/knowledgeInfo",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "userInfo/userInfo",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
}]
}],
"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"
}
]
},
"condition" : { //
"current": 0, //(list )
"list": [
{
"name": "", //
"path": "", //
"query": "" //onLoad
}
]
}
}