Files
hht-ruitaimagang-uni/pages.json

141 lines
3.1 KiB
JSON
Raw Normal View History

2023-08-03 09:02:47 +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"
}
2023-08-03 10:45:45 +08:00
},
{
"path" : "pages/modules/equip-inspection",
"style": {
"navigationStyle": "custom"
}
2023-08-03 09:02:47 +08:00
}
2023-09-13 15:03:07 +08:00
,{
"path" : "pages/modules/equip-operate",
2023-09-13 13:52:30 +08:00
"style": {
"navigationStyle": "custom"
}
2023-09-13 15:03:07 +08:00
}
,{
"path" : "pages/modules/pallet-bind",
2023-09-13 13:52:30 +08:00
"style": {
"navigationStyle": "custom"
}
2023-09-13 15:03:07 +08:00
}
,{
"path" : "pages/modules/sort-schedue",
2023-09-13 15:03:07 +08:00
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/man-group",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/hunnian-carry",
2023-09-13 13:52:30 +08:00
"style": {
"navigationStyle": "custom"
}
2023-09-13 15:03:07 +08:00
}
2023-10-09 10:33:02 +08:00
,{
"path" : "pages/modules/forced-rest",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/surplus-mater-instore",
2023-09-26 09:20:10 +08:00
"style": {
"navigationStyle": "custom"
}
2023-10-09 10:33:02 +08:00
}
,{
"path" : "pages/modules/package-instore",
"style": {
"navigationStyle": "custom"
}
2023-10-09 10:33:02 +08:00
}
,{
"path" : "pages/modules/call-full-mater",
"style": {
"navigationStyle": "custom"
}
2023-10-09 10:33:02 +08:00
}
,{
"path" : "pages/modules/call-mupan",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/empty-instore",
"style": {
"navigationStyle": "custom"
}
}
2023-10-18 10:39:08 +08:00
,{
"path" : "pages/modules/shelf-check",
2023-10-18 10:13:33 +08:00
"style": {
"navigationStyle": "custom"
}
2023-10-18 10:39:08 +08:00
}
,{
"path" : "pages/modules/press-carry",
"style": {
"navigationStyle": "custom"
}
}
2023-11-10 17:19:16 +08:00
,{
"path" : "pages/modules/hunnian-operate",
"style": {
"navigationStyle": "custom"
}
}
2023-08-03 09:02:47 +08:00
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}