{ "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函数里面得到 } ] } }