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",
|
|
|
|
|
"selectedIconPath": "static/images/home_.png",
|
|
|
|
|
"text": "首页"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/agv/agv",
|
|
|
|
|
"iconPath": "static/images/tabbar/work.png",
|
|
|
|
|
"selectedIconPath": "static/images/work_.png",
|
|
|
|
|
"text": "AGV"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/agv/agv",
|
|
|
|
|
"iconPath": "static/images/tabbar/work.png",
|
|
|
|
|
"selectedIconPath": "static/images/work_.png",
|
|
|
|
|
"text": "AGV"
|
|
|
|
|
}
|
|
|
|
|
]
|
2024-03-28 13:32:46 +08:00
|
|
|
},
|
2024-03-12 17:41:00 +08:00
|
|
|
"pages": [{
|
|
|
|
|
"path": "pages/login/login",
|
|
|
|
|
"style": {
|
2024-03-15 17:56:22 +08:00
|
|
|
"navigationBarTitleText": "登录",
|
|
|
|
|
"navigationStyle": "custom"
|
2024-03-12 17:41:00 +08:00
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"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",
|
|
|
|
|
"enablePullDownRefresh": false
|
2024-03-15 17:56:22 +08:00
|
|
|
}
|
2024-03-12 17:41:00 +08:00
|
|
|
}
|
2024-03-28 13:32:46 +08:00
|
|
|
]
|
|
|
|
|
|
2024-03-12 17:41:00 +08:00
|
|
|
}
|