Files
hht-xinfengtianneng-uni/pages.json

141 lines
3.0 KiB
JSON
Raw Normal View History

2023-12-20 09:13:42 +08:00
{
"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",
2024-02-22 09:03:21 +08:00
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
2023-12-20 09:13:42 +08:00
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}