Files
shanghaiganxiangtuzhuangwor…/pages.json

112 lines
2.3 KiB
JSON
Raw Normal View History

2024-03-12 09:27:48 +08:00
{
2024-03-28 13:32:46 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "DOAN",
2024-03-28 13:42:29 +08:00
"navigationBarBackgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/tabbar/home.png",
2024-03-28 16:04:35 +08:00
"selectedIconPath": "static/images/tabbar/home_.png",
"text": "仓库"
2024-03-28 13:42:29 +08:00
},
{
"pagePath": "pages/agv/agv",
"iconPath": "static/images/tabbar/work.png",
2024-03-28 16:04:35 +08:00
"selectedIconPath": "static/images/tabbar/work_.png",
2024-03-28 13:42:29 +08:00
"text": "AGV"
}
]
2024-03-28 13:32:46 +08:00
},
"pages": [{
"path": "pages/login/login",
"style": {
2024-03-15 17:56:22 +08:00
"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
}
2024-03-15 17:56:22 +08:00
},
{
2024-03-28 13:32:46 +08:00
"path": "pages/demo/demo",
"style": {
"navigationBarTitleText": "测试页面",
"enablePullDownRefresh": false
2024-03-15 17:56:22 +08:00
}
},
{
2024-03-28 13:32:46 +08:00
"path": "pages/returnWarehose/returnWarehose",
"style": {
"navigationBarTitleText": "退库",
"enablePullDownRefresh": false
}
},
{
2024-03-28 13:42:29 +08:00
"path": "pages/agv/agv",
"style": {
"navigationBarTitleText": "AGV",
2024-03-28 16:04:35 +08:00
"navigationStyle": "custom",
2024-03-28 13:42:29 +08:00
"enablePullDownRefresh": false
2024-03-15 17:56:22 +08:00
}
2024-03-28 16:04:35 +08:00
},
{
"path" : "pages/agv/agv-in/agv-in",
"style" :
{
"navigationBarTitleText" : "入料",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/agv/agv-out/agv-out",
"style" :
{
"navigationBarTitleText" : "出料",
"enablePullDownRefresh" : false
}
}
2024-03-28 13:32:46 +08:00
]
}