Files
shanghaiganxiangtuzhuangwor…/pages.json
2024-03-15 17:56:39 +08:00

69 lines
1.4 KiB
JSON

{
"pages": [{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}, {
"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
}
},
{
"path" : "pages/demo/demo",
"style" :
{
"navigationBarTitleText" : "测试页面",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/returnWarehose/returnWarehose",
"style" :
{
"navigationBarTitleText" : "退库",
"enablePullDownRefresh" : false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "DOAN",
"navigationBarBackgroundColor": "#FFFFFF"
}
}