shgx_tz_WMS_PDA/pages.json

52 lines
1.1 KiB
JSON

{
"pages": [{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "DOAN",
"navigationStyle": "custom"
}
},
{
"path": "pages/inWarehouse/inWarehouse",
"style": {
"navigationBarTitleText": "入库",
// "navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/outWarehouse/outWarehouse",
"style": {
"navigationBarTitleText": "出库",
// "navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/stocktake/stocktake",
"style": {
"navigationBarTitleText": "盘点",
// "navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/relocation/relocation",
"style": {
"navigationBarTitleText": "移库",
// "navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "DOAN",
"navigationBarBackgroundColor": "#FFFFFF"
}
}