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-14 15:46:39 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"animationDuration": 200,
|
|
|
|
|
|
"animationType": "fade-in",
|
|
|
|
|
|
"background": "transparent",
|
|
|
|
|
|
"backgroundColorTop": "transparent",
|
|
|
|
|
|
"popGesture": "none",
|
|
|
|
|
|
"scrollIndicator": false,
|
|
|
|
|
|
"titleNView": false
|
|
|
|
|
|
},
|
|
|
|
|
|
"disableScroll": true
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
],
|
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
|
|
|
|
}
|