123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- {
- "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" : "登录"
- }
- }
- ],
- "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" : "出库/入库记录"
- }
- }
- ],
- "entry": "index.js"
- }
- ],
- "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": {}
- }
|