Files
hht-tongbo-yinni/pages.json
2024-01-18 13:58:50 +08:00

267 lines
6.0 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/login/upgrade",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/SboProdProgress",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
,{
"path" : "pages/ProductManage/SboProcess",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
,{
"path" : "pages/ProductManage/BakeProcess",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/ManmadeBake",
"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",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
,{
"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",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
,{
"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/InStoreSplit",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/ProdDelivery",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/ProdDeliveryConfirm",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/ProdDeliveryDtl",
"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" : "pages/WarehouseManage/CheckList",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/CheckDtl",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/Details",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/WarehouseManage/ErrorOutUnlock",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/EmptyPipeOutStore",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/ZjInStore",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/WarehouseManage/CustomerLabelPrint",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/SlittingFeeding",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/DispatchManage/TaskManage",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path": "pages/DispatchManage/RGVStatus",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path": "pages/WarehouseManage/LabelBind",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",//导航栏标题颜色及状态栏前景颜色,仅支持 black/white
"navigationBarTitleText": "印尼海亮铜箔",//导航栏标题文字内容
"navigationBarBackgroundColor": "#ff6a00",//导航栏背景颜色(同状态栏背景色)
"backgroundColor": "#ffffff",//下拉显示出来的窗口的背景色
"onReachBottomDistance": 50//页面上拉触底事件触发时距页面底部距离单位只支持px
},
"uniIdRouter": {}
}