{
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/start/index"
|
},
|
{
|
"path": "pages/login/index"
|
},
|
{
|
"path": "pages/home/index"
|
},
|
{
|
"path": "pages/setting/host"
|
},
|
{
|
"path": "pages/print/bluetoothConnection"
|
},
|
{
|
"path": "pages/online/index"
|
},
|
{
|
"path": "pages/bind/index"
|
},
|
{
|
"path": "pages/bindInForLocation/index" // 入库 选择库位
|
},
|
{
|
"path": "pages/emptyContainerReturn/index"
|
},
|
{
|
"path": "pages/bindContaniner/index"
|
},
|
{
|
"path": "pages/pick/index"
|
},
|
{
|
"path":"pages/sortingSearch/index"
|
}
|
,{
|
"path" : "pages/replenishMent/index",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/inAndOutBound/index",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/exceptionHandle/index",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/exceptionHandle/modules/exceptionPlace",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/exceptionHandle/modules/materialInfo",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path": "pages/emptyOut/index"
|
},
|
{
|
"path": "pages/emptyIn/index"
|
},
|
{
|
"path": "pages/containerHandle/index"
|
},
|
{
|
"path": "pages/bindWXJ/index"
|
},
|
{
|
"path": "pages/containerUnBind/index"
|
},
|
{
|
"path": "pages/oneTouchUnBind/index"
|
},
|
{
|
"path": "pages/PointHandling/index"
|
},
|
{
|
"path": "pages/emptyInCopy/index"
|
},
|
{
|
"path" : "pages/writeRfid/index",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path": "pages/loadingDelivery/index"
|
},
|
{
|
"path": "pages/materialStorage/index"
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "管子线LMESDemo",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8",
|
"navigationStyle": "custom"
|
},
|
"uniIdRouter": {}
|
}
|