{
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/start/index"
|
},
|
{
|
"path": "pages/login/index"
|
},
|
{
|
"path": "pages/home/index",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": true
|
}
|
},
|
{
|
"path": "pages/setting/host"
|
},
|
{
|
"path": "pages/print/bluetoothConnection"
|
},
|
{
|
"path": "pages/baseTask/out"
|
},
|
{
|
"path": "pages/baseTask/in"
|
},
|
{
|
"path": "pages/unBind/index"
|
},
|
{
|
"path" : "pages/unBindAll/index",
|
"style" :
|
{
|
"navigationBarTitleText": ""
|
// "enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path" : "pages/retrospect/index",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
,{
|
"path" : "pages/home/detail",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path": "pages/shift/index"
|
},
|
{
|
"path": "pages/shift/addOrEditShift",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/production/index"
|
},
|
{
|
"path": "pages/production/addOrEditProd",
|
"style" :
|
{
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "pages/outBound/index"
|
},
|
{
|
"path": "pages/unLine/index"
|
},
|
{
|
"path": "pages/outBoundWorkPieceInfoCount/index"
|
},
|
{
|
"path": "pages/outBoundNew/index"
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "PDA Vue2 Demo",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8",
|
"navigationStyle":"custom"
|
},
|
"uniIdRouter": {}
|
}
|