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.
123 lines
2.4 KiB
123 lines
2.4 KiB
8 months ago
|
{
|
||
|
|
||
|
"pages": [{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "WMS仓库管理系统-移动端",
|
||
|
"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": "原料投入(泡沫)",
|
||
|
"titleNView": {
|
||
|
"buttons": [{}]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/plastics/check",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "注塑点检",
|
||
|
"titleNView": {
|
||
|
"buttons": [{}]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/plastics/input",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "原料揉入(注塑)",
|
||
|
"titleNView": {
|
||
|
"buttons": [{}]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/inputAndSelect",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "原料揉入(注塑)",
|
||
|
"titleNView": {
|
||
|
"buttons": [{}]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
],
|
||
|
"globalStyle": {
|
||
|
"navigationBarTextStyle": "white",
|
||
|
"navigationBarTitleText": "WMS仓库管理系统-移动端",
|
||
|
"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": "设置"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|