hldy_app_mini/pages.json

164 lines
2.9 KiB
JSON
Raw Normal View History

2025-11-05 15:59:48 +08:00
{
2025-12-02 13:34:13 +08:00
"pages": [
// 登录
{
2025-11-05 15:59:48 +08:00
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
},
2025-12-02 13:34:13 +08:00
// 主页下面的子窗口是引入摄像头nvue的方法因为安卓只能连接nvue页面
2025-11-05 15:59:48 +08:00
{
"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"
}
}]
}
}
},
2025-12-02 13:34:13 +08:00
// 全屏查看摄像头下面的子窗口是引入摄像头nvue的方法因为安卓只能连接nvue页面
2025-11-05 15:59:48 +08:00
{
"path": "pages/watch/full",
"style": {
"navigationStyle": "custom",
"app-plus": {
"subNVues": [{
"id": "monitorSub",
"path": "pages/fullcamera",
"style": {
"position": "absolute",
"left": "20px",
"top": "40px",
"width": "800px",
2025-11-19 16:52:02 +08:00
"height": "500px",
2025-11-05 15:59:48 +08:00
"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"
}
2025-11-20 15:37:46 +08:00
},
// 大图
{
"path": "pages/Warehouse/Warehouse",
"style": {
"navigationStyle": "custom"
}
2025-11-05 15:59:48 +08:00
},
2025-12-02 13:34:13 +08:00
// 护理单元
2025-11-05 15:59:48 +08:00
{
"path": "pages/NursingNew/index",
"style": {
2025-11-26 15:36:38 +08:00
"navigationStyle": "custom"
2025-11-05 15:59:48 +08:00
}
},
2025-12-05 10:10:53 +08:00
{"path": "pages/procurement/retstock"},
2025-11-05 15:59:48 +08:00
// 护理表格预览
{
"path": "pages/timeMatrix/indexnew",
"style": {
"navigationStyle": "custom"
}
2025-11-21 17:17:10 +08:00
},
2025-12-02 13:34:13 +08:00
// 仓库的拣货
2025-11-13 17:33:54 +08:00
{
"path": "pages/Warehouse/picking",
"style": {
"navigationStyle": "custom"
}
},
2025-12-02 13:34:13 +08:00
// 仓库的完结
2025-11-14 13:27:11 +08:00
{
"path": "pages/Warehouse/finish",
"style": {
"navigationStyle": "custom"
}
2025-11-13 17:33:54 +08:00
2025-11-21 17:17:10 +08:00
},
2025-12-02 13:34:13 +08:00
2025-11-05 15:59:48 +08:00
{
2025-11-17 16:23:25 +08:00
"path": "pages/procurement/purchaseorder",
2025-11-05 15:59:48 +08:00
"style": {
"navigationStyle": "custom"
}
2025-11-07 17:31:30 +08:00
},
{
"path" : "pages/procurement/material"
2025-11-12 17:32:02 +08:00
},
{
"path" : "pages/procurement/materialcar",
"style" :
{
"navigationBarTitleText" : ""
}
2025-11-19 13:32:22 +08:00
},
{
"path" : "pages/procurement/outbound",
"style" :
{
"navigationBarTitleText" : ""
}
2025-11-25 14:39:06 +08:00
},
{
"path" : "pages/Warehouse/warehome"
2025-11-05 15:59:48 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app x",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom",
"bounce": "none" //关闭窗口回弹效果
},
"uniIdRouter": {}
}