181 lines
2.8 KiB
JSON
181 lines
2.8 KiB
JSON
{
|
||
"pages": [
|
||
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
// 主页
|
||
// 登录
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
},
|
||
// 测试
|
||
{
|
||
"path": "pages/denglu",
|
||
"style": {
|
||
// "navigationStyle": "custom"
|
||
}
|
||
|
||
},
|
||
// 测试
|
||
// {
|
||
// "path": "pages/ceshianzhuo",
|
||
// "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": "230px",
|
||
"top": "105px",
|
||
"width": "680px",
|
||
"height": "520px",
|
||
"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/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/Warehouse",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
},
|
||
{
|
||
"path" : "pages/Warehouse/procurement"
|
||
},
|
||
{
|
||
"path" : "pages/Warehouse/procurecart",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : ""
|
||
}
|
||
}
|
||
|
||
// {
|
||
// "path": "pages/somethingmove/index",
|
||
// "style": {
|
||
// "navigationStyle": "custom"
|
||
// }
|
||
|
||
// }
|
||
|
||
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app x",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8",
|
||
"navigationStyle": "custom",
|
||
"bounce": "none" //关闭窗口回弹效果
|
||
},
|
||
"uniIdRouter": {}
|
||
} |