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