Files
hht-tongbo/pages.json
2022-11-01 16:37:10 +08:00

184 lines
4.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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/ProductManage/SboProdProgress",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/SboProcess",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/BakeProcess",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/PointManage",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/EmptyPipeInStore",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/EmptyPipeOutStore",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/ZjCasing",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/ZjDelivery",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/ZjInStore",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/ZjOutStore",
"style": {
"navigationStyle": "custom"
}
}
,{
"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"
}
}
,{
"path" : "pages/WarehouseManage/ProdDeliveryConfirm",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/XuniDelivery",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/XuniDeliveryConfirm",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/EmptyInStore",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/EmptyOutStore",
"style": {
"navigationStyle": "custom"
}
}
,{
"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
}
}
,{
"path" : "pages/ProductManage/EmptyPipeOutStore",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/ZjInStore",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}