104 lines
2.1 KiB
JSON
104 lines
2.1 KiB
JSON
{
|
||
"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/warehouse/SemifinishedInStore",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/warehouse/SemifinishedMaterSearch",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"enablePullDownRefresh": true,
|
||
"onReachBottomDistance": 50
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/warehouse/SemifinishedOutStore",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/warehouse/EmptyOutStore",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/modules/EquipMaintainExecute",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
<<<<<<< HEAD
|
||
"path": "pages/modules/EquipMaintainSure",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/modules/EquipRepairExecute",
|
||
=======
|
||
"path": "pages/device/RepairWork",
|
||
>>>>>>> 7f09ba976650bb89b69572bac02657185529bbed
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/device/RepairFill",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/warehouse/RawmaterialRevice",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/warehouse/WarehouseReceiptDetails",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
// "pageOrientation": "landscape",
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#d7592f",
|
||
"backgroundColor": "#ffffff"
|
||
},
|
||
"uniIdRouter": {}
|
||
}
|