{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path" : "pages/myCenter/index", "style" : { "navigationBarTitleText": "我的", "navigationBarBackgroundColor":"#3D90F4", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path" : "pages/myCenter/personalData/personalData", "style" : { "navigationBarTitleText": "个人资料", "enablePullDownRefresh": false } }, { "path" : "pages/myCenter/updatePassword/updatePassword", "style" : { "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } }, { "path" : "pages/login/index", "style" : { "navigationBarTitleText" : "登录" } }, { "path" : "pages/webview/webview", "style" : { "navigationBarTitleText" : "" } } ], "subPackages": [ { "root": "packageA", "pages": [ { "path" : "pages/danger/index", "style" :{ "navigationBarTitleText" : "隐患管理" } }, { "path" : "pages/industry/index", "style" :{ "navigationBarTitleText" : "行业管理" } }, { "path" : "pages/disaster/index", "style" :{ "navigationBarTitleText" : "自然灾害" } }, { "path" : "pages/duty/index", "style" : { "navigationBarTitleText" : "应急值守" } }, { "path" : "pages/team/index", "style" : { "navigationBarTitleText" : "队伍建设" } }, { "path" : "pages/goods/index", "style" :{ "navigationBarTitleText" : "物资储备" } }, { "path" : "pages/goods/record", "style" :{ "navigationBarTitleText" : "出库/入库记录" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "智慧创新", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#1296db", "borderStyle": "black", "backgroundColor": "#ffffff", "iconWidth": "24px", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabbar/index.png", "selectedIconPath": "static/tabbar/indexEd.png", "text": "首页" }, { "pagePath": "pages/myCenter/index", "iconPath": "static/tabbar/myCenter.png", "selectedIconPath": "static/tabbar/myCenterEd.png", "text": "我的", "style" : { "navigationBarTitleText": "我的", "navigationBarBackgroundColor":"#3D90F4", "enablePullDownRefresh": false, "navigationStyle": "custom" } }] }, "uniIdRouter": {} }