{
|
"pages": [
|
{
|
"path": "pages/login/login",
|
"style": {
|
"navigationBarTitleText": "登 录"
|
}
|
},
|
{
|
"path": "pages/home/home",
|
"style": {
|
"navigationBarTitleText": "主 页"
|
}
|
},
|
{
|
"path": "pages/mat/matSelected",
|
"style": {
|
"navigationBarTitleText": "物料"
|
}
|
},
|
{
|
"path": "pages/mat/matQuery",
|
"style": {
|
"navigationBarTitleText": "物料"
|
}
|
},
|
{
|
"path": "pages/pakin/pakin",
|
"style": {
|
"navigationBarTitleText": "组 托"
|
}
|
},
|
{
|
"path": "pages/order/orderList",
|
"style": {
|
"navigationBarTitleText": "单据列表",
|
"enablePullDownRefresh": true
|
}
|
},
|
{
|
"path": "pages/order/orderDetlList",
|
"style": {
|
"navigationBarTitleText": "单据明细列表"
|
}
|
},
|
{
|
"path": "pages/order/orderPakin2",
|
"style": {
|
"navigationBarTitleText": "订单组托",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/AGV/agv_start",
|
"style": {
|
"navigationBarTitleText": "AGV容器入库",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/AGV/agv_back",
|
"style": {
|
"navigationBarTitleText": "AGV容器回库",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/stock/stockQuery",
|
"style": {
|
"navigationBarTitleText": "库存查询"
|
}
|
},
|
{
|
"path": "pages/login/logOut",
|
"style": {
|
"navigationBarTitleText": "退出登录"
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
},
|
"uniIdRouter": {}
|
}
|