Files
hht-tongbo/pages.json

184 lines
4.1 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
}
}
2022-11-01 14:35:43 +08:00
,{
"path" : "pages/ProductManage/EmptyPipeOutStore",
"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
}
2022-11-01 16:37:10 +08:00
,{
"path" : "pages/ProductManage/ZjInStore",
"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-19 17:18:14 +08:00
,{
"path" : "pages/WarehouseManage/SemifinishedInStore",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/SemifinishedOutStore",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/ReturngoodsInStore",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/ScrapInStore",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/InStoreConfirm",
"style": {
"navigationStyle": "custom"
}
}
2022-10-28 10:57:45 +08:00
,{
"path" : "pages/WarehouseManage/ProdDeliveryConfirm",
"style": {
"navigationStyle": "custom"
}
}
2022-10-31 14:25:51 +08:00
,{
"path" : "pages/WarehouseManage/XuniDelivery",
"style": {
"navigationStyle": "custom"
}
}
2022-10-28 10:57:45 +08:00
,{
"path" : "pages/WarehouseManage/XuniDeliveryConfirm",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/EmptyInStore",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/EmptyOutStore",
"style": {
"navigationStyle": "custom"
}
}
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-11-01 14:35:43 +08:00
,{
"path" : "pages/ProductManage/EmptyPipeOutStore",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
2022-11-01 16:37:10 +08:00
,{
"path" : "pages/ProductManage/ZjInStore",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
2022-11-01 14:35:43 +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
}