98 lines
2.0 KiB
JSON
98 lines
2.0 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "装船指令"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/instruct",
|
||
"style": {
|
||
"navigationBarTitleText": "指令"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/instructDetails",
|
||
"style": {
|
||
"navigationBarTitleText": "货物详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/discharge/index",
|
||
"style": {
|
||
"navigationBarTitleText": "卸船指令"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/shipWork/index",
|
||
"style": {
|
||
"navigationBarTitleText": "船舶作业"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/shipWork/documentList",
|
||
"style": {
|
||
"navigationBarTitleText": "单证列表"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/shipWork/mixWork",
|
||
"style": {
|
||
"navigationBarTitleText": "杂项作业"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/shipWork/mixAdd",
|
||
"style": {
|
||
"navigationBarTitleText": "杂项作业编辑"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/monitor/index",
|
||
"style": {
|
||
"navigationBarTitleText": "场位监控"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/monitor/edit",
|
||
"style": {
|
||
"navigationBarTitleText": "编辑货物质量"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/monitor/details",
|
||
"style": {
|
||
"navigationBarTitleText": "质损详情"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/monitor/sign",
|
||
"style": {
|
||
"navigationBarTitleText": "签名"
|
||
}
|
||
}
|
||
],
|
||
"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函数里面得到
|
||
}]
|
||
}
|
||
} |