pad-app/pages.json

103 lines
2.2 KiB
JSON
Raw Normal View History

2023-07-03 17:49:29 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
2023-07-06 17:08:59 +08:00
"navigationBarTitleText": "装船指令"
}
},
{
"path": "pages/index/instruct",
"style": {
"navigationBarTitleText": "指令"
2023-07-03 17:49:29 +08:00
}
2023-07-05 10:56:11 +08:00
},
{
"path": "pages/discharge/index",
"style": {
"navigationBarTitleText": "卸船指令"
}
},
{
"path": "pages/shipWork/index",
"style": {
"navigationBarTitleText": "船舶作业"
}
2023-07-06 17:08:59 +08:00
},
2023-07-11 15:28:40 +08:00
{
"path": "pages/shipWork/documentList",
"style": {
"navigationBarTitleText": "单证列表"
}
},
{
"path": "pages/shipWork/mixWork",
"style": {
"navigationBarTitleText": "杂项作业"
}
},
{
2023-07-11 17:29:53 +08:00
"path": "pages/shipWork/peopleAdd",
2023-07-11 15:28:40 +08:00
"style": {
2023-07-11 17:29:53 +08:00
"navigationBarTitleText": "杂项作业查看(人员信息)"
}
},
{
"path": "pages/shipWork/shiftAdd",
"style": {
"navigationBarTitleText": "杂项作业查看(工班信息)"
2023-07-11 15:28:40 +08:00
}
2023-07-12 13:48:01 +08:00
}, {
"path": "pages/shipWork/shiftDetails",
"style": {
"navigationBarTitleText": "工班信息详情"
}
2023-07-11 15:28:40 +08:00
},
2023-07-06 17:08:59 +08:00
{
"path": "pages/monitor/index",
"style": {
"navigationBarTitleText": "场位监控"
}
2023-07-10 17:11:31 +08:00
},
{
"path": "pages/monitor/edit",
"style": {
"navigationBarTitleText": "编辑货物质量"
}
2023-07-10 17:57:36 +08:00
},
{
"path": "pages/monitor/details",
"style": {
"navigationBarTitleText": "质损详情"
}
2023-07-11 15:28:40 +08:00
},
{
"path": "pages/monitor/sign",
"style": {
"navigationBarTitleText": "签名"
}
2023-07-03 17:49:29 +08:00
}
],
"tabBar": {
"color": "#9A9A9A",
"selectedColor": "#000000",
"list": []
},
"globalStyle": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#0052A4",
"navigationBarTitleText": "港口Ipad",
"navigationBarTextStyle": "white"
},
"uniIdRouter": {},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数在页面的onLoad函数里面得到
}]
}
2023-07-10 17:11:31 +08:00
}