hldy_app_mini/pages.json

203 lines
3.2 KiB
JSON

{
"pages": [{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
// 护理
{
"path": "pages/Nursing/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/watch/index",
"style": {
"navigationStyle": "custom",
"app-plus": {
"subNVues": [{
"id": "monitorSub",
"path": "pages/camera",
"style": {
"position": "absolute",
"left": "205px",
"top": "105px",
"width": "620px",
"height": "425px",
"background": "transparent"
}
}]
}
}
},
{
"path": "pages/watch/full",
"style": {
"navigationStyle": "custom",
"app-plus": {
"subNVues": [{
"id": "monitorSub",
"path": "pages/fullcamera",
"style": {
"position": "absolute",
"left": "20px",
"top": "40px",
"width": "800px",
"height": "500px",
"background": "transparent"
}
}]
}
}
},
// 设置
{
"path": "pages/watch/settings/settings",
"style": {
"navigationStyle": "custom"
}
},
// 手动录入
{
"path": "pages/watch/settings/input",
"style": {
"navigationStyle": "custom"
}
},
// 扫码添加
{
"path": "pages/watch/settings/saoma",
"style": {
"navigationStyle": "custom"
}
},
// 雷达
{
"path": "pages/watch/settings/leida",
"style": {
"navigationStyle": "custom"
}
},
// 大图
{
"path": "pages/Warehouse/Warehouse",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/NursingNew/index",
"style": {
"navigationStyle": "custom",
}
},
// 仓储
{
"path": "pages/Warehousing/index",
"style": {
"navigationStyle": "custom"
}
},
//初始化
{
"path": "pages/Initialization/index",
"style": {
"navigationStyle": "custom"
}
},
// 服务考核
{
"path": "pages/assess/index",
"style": {
"navigationStyle": "custom"
}
},
// 护理表格预览
{
"path": "pages/timeMatrix/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/timeMatrix/indexnew",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Warehouse/picking",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Warehouse/finish",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/procurement/purchaseorder",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/procurement/material"
},
{
"path" : "pages/procurement/materialcar",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/procurement/outbound",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/Warehouse/warehome"
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app x",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom",
"bounce": "none" //关闭窗口回弹效果
},
"uniIdRouter": {}
}