{ "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "投入产出管理系统-移动端", "titleNView": { // "autoBackButton": "true", "buttons": [{}] } } }, { "path": "pages/setter/index", "style": { "navigationBarTitleText": "设置", "titleNView": { // "autoBackButton": "true", "buttons": [{}] } } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "titleNView": { // "autoBackButton": "true", "buttons": [{}] } } }, { "path": "pages/foam/check", "style": { "navigationBarTitleText": "泡沫点检", "titleNView": { "buttons": [{}] } } }, { "path": "pages/foam/input", "style": { "navigationBarTitleText": "原料投入(泡沫)", "enablePullDownRefresh" : false } }, { "path": "pages/plastics/check", "style": { "navigationBarTitleText": "注塑点检", "titleNView": { "buttons": [{}] } } }, { "path": "pages/plastics/input", "style": { "navigationBarTitleText": "原料投入(注塑)", "titleNView": { "buttons": [{}] } } }, { "path": "pages/common/plan", "style": { "navigationBarTitleText": "计划列表", "titleNView": { "buttons": [{}] } } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "投入产出管理系统-移动端", "navigationBarBackgroundColor": "#3C9CFF", "h5": { "maxWidth": 1190, "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#3C9CFF !important" }, //增加返回首页 // "titleNView": { // "autoBackButton": "true", // "buttons": [{ // "float": "right", // "text": "\ue696", // "fontSrc": "/static/ali_icon/iconfont.ttf", // "fontSize": "58rpx" // }] // }, "softinputMode": "adjustPan" //adjustResize }, "tabBar": { "color": "#000000", "selectedColor": "#2678f2", "borderStyle": "black", "backgroundColor": "", "list": [{ "pagePath": "pages/index/index", "iconPath": "./static/bar/home.png", "selectedIconPath": "./static/bar/home_p.png", "text": "首页" }, { "pagePath": "pages/setter/index", "iconPath": "./static/bar/setting.png", "selectedIconPath": "./static/bar/setting_p.png", "text": "设置" } ] } }