119 lines
3.5 KiB
JSON
119 lines
3.5 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/manage/empty-tray-out",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/manage/empty-tray-in",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/manage/group-in-storage",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/manage/mater-out-storage",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/manage/produce-cut",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/manage/point-update",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/manage/fixed-point-task",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/manage/task-manage",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/manage/out-storage-confirm",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/manage/call-empty-tray",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/manage/send-empty-tray",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
// "pageOrientation": "landscape",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#d7592f",
|
||
"backgroundColor": "#ffffff"
|
||
},
|
||
"uniIdRouter": {}
|
||
}
|