141 lines
3.1 KiB
JSON
141 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/modules/equip-inspection",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/modules/equip-operate",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/pallet-bind",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/sort-schedue",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/man-group",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/hunnian-carry",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/forced-rest",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/surplus-mater-instore",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/package-instore",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/call-full-mater",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/call-mupan",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/empty-instore",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/shelf-check",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/press-carry",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/hunnian-operate",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
// "pageOrientation": "landscape",
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#d7592f",
|
||
"backgroundColor": "#ffffff"
|
||
},
|
||
"uniIdRouter": {}
|
||
}
|