Files
hht-tongbo/pages.json

79 lines
1.6 KiB
JSON
Raw Normal View History

2022-10-14 09:27:59 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
2022-10-10 10:19:18 +08:00
{
"path" : "pages/login/login",
"style": {
"navigationStyle": "custom"
2022-10-10 19:58:07 +08:00
}
2022-10-10 10:19:18 +08:00
}
,{
"path" : "pages/home/home",
"style": {
"navigationStyle": "custom"
}
2022-10-14 09:27:59 +08:00
}
2022-10-10 10:19:18 +08:00
,{
"path" : "pages/login/setup",
2022-10-11 17:03:44 +08:00
"style": {
"navigationStyle": "custom"
}
2022-10-10 10:19:18 +08:00
}
2022-10-11 08:39:10 +08:00
,{
2022-10-14 09:27:59 +08:00
"path" : "pages/ProductManage/SboProdProgress",
"style": {
"navigationStyle": "custom"
}
2022-10-11 08:39:10 +08:00
}
,{
2022-10-14 09:27:59 +08:00
"path" : "pages/ProductManage/SboProcess",
"style": {
"navigationStyle": "custom"
}
2022-10-11 08:39:10 +08:00
}
,{
2022-10-14 09:27:59 +08:00
"path" : "pages/ProductManage/BakeProcess",
"style": {
"navigationStyle": "custom"
}
2022-10-11 08:39:10 +08:00
}
,{
2022-10-14 09:27:59 +08:00
"path" : "pages/ProductManage/PointManage",
"style": {
"navigationStyle": "custom"
}
2022-10-11 08:39:10 +08:00
}
2022-10-10 17:08:52 +08:00
,{
"path" : "pages/ProductManage/EmptyPipeInStore",
2022-10-10 19:58:07 +08:00
"style": {
"navigationStyle": "custom"
2022-10-10 17:08:52 +08:00
}
}
,{
"path" : "pages/ProductManage/ZjCasing",
2022-10-11 17:03:44 +08:00
"style": {
"navigationStyle": "custom"
}
2022-10-10 17:08:52 +08:00
}
,{
"path" : "pages/ProductManage/ZjDelivery",
2022-10-11 17:03:44 +08:00
"style": {
"navigationStyle": "custom"
}
2022-10-10 17:08:52 +08:00
}
,{
"path" : "pages/ProductManage/ZjOutStore",
2022-10-11 17:03:44 +08:00
"style": {
"navigationStyle": "custom"
2022-10-10 17:08:52 +08:00
}
2022-10-14 09:27:59 +08:00
}
],
2022-10-10 10:19:18 +08:00
"globalStyle": {
2022-10-14 09:27:59 +08:00
// "pageOrientation": "landscape",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
2022-10-10 10:19:18 +08:00
}