Files
entityControl_mobile/pages.json
2026-03-06 16:50:46 +08:00

218 lines
4.9 KiB
JSON
Raw Permalink 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.

{
"easycom": {
"autoscan": true,
"custom": {
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
}
},
"pages": [
// pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/storage/index",
"style": {
"navigationBarTitleText": "仓储"
}
},
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}
],
"subPackages": [
// 入库出库
{
"root": "pagesStorage",
"pages": [
{
"path": "inStorage",
"style": {
"navigationBarTitleText": "物资入库",
"softInputMode": "adjustPan"
}
},
{
"path": "storageDetail",
"style": {
"navigationBarTitleText": "单据明细",
"softInputMode": "adjustPan"
}
},
{
"path": "addInStorage",
"style": {
"navigationBarTitleText": "新增入库"
}
},
{
"path": "outStorage",
"style": {
"navigationBarTitleText": "物资出库",
"softInputMode": "adjustPan"
}
},
{
"path": "addOutStorage",
"style": {
"navigationBarTitleText": "新增出库"
}
}
]
},
// 盘点
{
"root": "pagesInventory",
"pages": [
// {
// "path": "inventorySelect",
// "style": {
// "navigationBarTitleText": "盘点方式"
// }
// },
{
"path": "inventoryTask",
"style": {
"navigationBarTitleText": "盘点任务"
}
},
{
"path": "autoMenu",
"style": {
"navigationBarTitleText": "盘点"
}
},
{
"path": "boundDevice",
"style": {
"navigationBarTitleText": "设备绑定"
}
},
{
"path": "autoInventory",
"style": {
"navigationBarTitleText": "仓库盘点"
}
},
// {
// "path": "history",
// "style": {
// "navigationBarTitleText": "历史清单"
// }
// },
{
"path": "matchResult",
"style": {
"navigationBarTitleText": "库存匹配结果"
}
},
{
"path": "handInventory",
"style": {
"navigationBarTitleText": "手持盘点"
}
}
]
},
// 调度
{
"root": "pagesDispatch",
"pages": [
{
"path": "dispatchList",
"style": {
"navigationBarTitleText": "任务列表"
}
},
{
"path": "addDispatch",
"style": {
"navigationBarTitleText": "新建任务"
}
},
{
"path": "detailDispatch",
"style": {
"navigationBarTitleText": "任务详情"
}
}
]
},
// 我的
{
"root": "pagesMine",
"pages": [
{
"path": "print",
"style": {
"navigationBarTitleText": "打印调试"
}
},
{
"path": "audit",
"style": {
"navigationBarTitleText": "待审批"
}
},
{
"path": "auditDetail",
"style": {
"navigationBarTitleText": "待审批详情"
}
},
{
"path": "signPreview",
"style": {
"navigationBarTitleText": "签字调试"
}
},
{
"path": "signature",
"style": {
"navigationBarTitleText": "签字板",
"app-plus": {
"bounce": "none"
}
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#A1A2B2",
"selectedColor": "#199793",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [{
"pagePath": "pages/storage/index",
"iconPath": "/static/tabbar/storage.png",
"selectedIconPath": "static/tabbar/storage_select.png",
"text": "仓储"
}, {
// "pagePath": "pages/inventory/index",
// "iconPath": "/static/tabbar/inventory.png",
// "selectedIconPath": "static/tabbar/inventory_select.png",
// "text": "盘点"
// }, {
"pagePath": "pages/mine/index",
"iconPath": "/static/tabbar/mine.png",
"selectedIconPath": "static/tabbar/mine_select.png",
"text": "我的"
}]
},
"uniIdRouter": {}
}