天津投入产出系统安卓前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

121 lines
2.4 KiB

{
"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": "设置"
}
]
}
}