{ "pages" : [ //pages数组中第一项表示应用启动页, { "path" : "pages/main/main", "style" : { "navigationBarTitleText" : "检测评价系统" } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "检测评价系统" } }, { "path" : "pages/reg/reg", "style" : { "navigationBarTitleText" : "注册" } }, { "path" : "pages/pwd/pwd", "style" : { "navigationBarTitleText" : "找回密码" } }, { "path" : "pages/user/user", "style" : { "navigationBarTitleText" : "检测评价系统" } }, { "path": "pages/detail/detail", "style": { "navigationBarTitleText" : "检测评价系统" } }, { "path": "pages/ucenter/ucenter", "style": { "navigationBarTitleText": "个人中心" } }, { "path" : "pages/main/index", "style" : { "navigationBarTitleText" : "检测评价系统", "enablePullDownRefresh": true } }, { "path" : "pages/lims/reportelecground/datalist", "style" : { "navigationBarTitleText" : "电气接地", "enablePullDownRefresh": true } }, { "path" : "pages/lims/reportelecground/dataopera", "style": { "enablePullDownRefresh": true, "navigationBarTitleText" : "数据录入" } }, { "path" : "pages/lims/reportleakprotect/datalist", "style": { "enablePullDownRefresh": true, "navigationBarTitleText" : "数据录入" } }, { "path" : "pages/lims/reportleakprotect/dataopera", "style" : { "navigationBarTitleText" : "漏电保护", "enablePullDownRefresh": true } }, { "path" : "pages/lims/reportlightprotect/datalist", "style": { "enablePullDownRefresh": true, "navigationBarTitleText" : "数据录入" } }, { "path" : "pages/lims/reportlightprotect/dataopera", "style" : { "navigationBarTitleText" : "防雷装置", "enablePullDownRefresh": true } }, { "path" : "pages/lims/reportequipotent/datalist", "style": { "enablePullDownRefresh": true, "navigationBarTitleText" : "数据录入" } }, { "path" : "pages/lims/reportequipotent/dataopera", "style" : { "navigationBarTitleText" : "防雷装置(等电位)", "enablePullDownRefresh": true } }, { "path" : "pages/lims/reportzuhq/dataopera", "style" : { "navigationBarTitleText" : "阻火器装置", "enablePullDownRefresh": true } }, { "path" : "pages/lims/reportzuhq/datalist", "style" : { "enablePullDownRefresh": true, "navigationBarTitleText" : "数据录入" } }, { "path" : "pages/lims/reporthydraulicsafe/dataopera", "style" : { "navigationBarTitleText" : "液压安全阀装置", "enablePullDownRefresh": true } }, { "path" : "pages/lims/reporthydraulicsafe/datalist", "style" : { "enablePullDownRefresh": true, "navigationBarTitleText" : "数据录入" } }, { "path" : "pages/lims/reportbeampumpingUnits/dataopera", "style" : { "navigationBarTitleText" : "游梁式抽油机装置" } }, { "path" : "pages/lims/reportnobeampumpingUnits/dataopera", "style" : { "navigationBarTitleText" : "无游梁式抽油机装置" } }, { "path" : "pages/lims/reportatmosvalve/dataopera", "style" : { "navigationBarTitleText" : "呼吸阀装置", "enablePullDownRefresh": true } }, { "path" : "pages/lims/reportatmosvalve/datalist", "style" : { "enablePullDownRefresh": true, "navigationBarTitleText" : "数据录入" } }, { "path" : "pages/lims/reportairfoamgenerator/dataopera", "style" : { "navigationBarTitleText" : "空气泡沫装置", "enablePullDownRefresh": true } }, { "path" : "pages/lims/reportairfoamgenerator/datalist", "style" : { "enablePullDownRefresh": true, "navigationBarTitleText" : "数据录入" } } ], "tabBar" : { "color" : "#7a7e83", "selectedColor" : "#0faeff", "backgroundColor" : "#ffffff", "list" : [ { "pagePath" : "pages/main/main", "text" : "首页", "iconPath" : "static/img/home.png", "selectedIconPath" : "static/img/homeHL.png" }, { "pagePath" : "pages/ucenter/ucenter", "text" : "我的", "iconPath" : "static/img/user.png", "selectedIconPath" : "static/img/userHL.png" } ] }, "globalStyle" : { "navigationBarTextStyle" : "white", "navigationBarBackgroundColor" : "#0faeff", "backgroundColor" : "#fbf9fe" }, "condition" : { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 } ] } }