109 lines
3.1 KiB
JSON
109 lines
3.1 KiB
JSON
|
|
{
|
|||
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|||
|
|
{
|
|||
|
|
"path" : "pages/login/login",
|
|||
|
|
"style": {
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/home/home",
|
|||
|
|
"style": {
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/login/setup",
|
|||
|
|
"style": {
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/login/upgrade",
|
|||
|
|
"style": {
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/manage/cbj-carry",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/manage/press-carry",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/manage/mater-scrap",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/manage/man-sort",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/manage/task-manage",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/manage/inst-manage",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/manage/yzhnml-carry",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/manage/vehicle-unbind",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
,{
|
|||
|
|
"path" : "pages/manage/group-task",
|
|||
|
|
"style" :
|
|||
|
|
{
|
|||
|
|
"navigationStyle": "custom"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
],
|
|||
|
|
"globalStyle": {
|
|||
|
|
// "pageOrientation": "landscape",
|
|||
|
|
"navigationBarTextStyle": "black",
|
|||
|
|
"navigationBarTitleText": "uni-app",
|
|||
|
|
"navigationBarBackgroundColor": "#d7592f",
|
|||
|
|
"backgroundColor": "#ffffff"
|
|||
|
|
},
|
|||
|
|
"uniIdRouter": {}
|
|||
|
|
}
|