69 lines
1.4 KiB
JSON
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"
|
|
}
|
|
} |