You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

236 lines
5.1 KiB
JSON

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" // 去除默认头部
}
},
{
"path": "pages/wMSSystem/index",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#26456D",
"navigationBarTextStyle": "white" //状态栏字体颜色
}
},
{
"path": "pages/order/orderDetail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" // 去除默认头部
}
},
{
"path": "pages/outStock/discharge",
"style": {
"navigationBarTitleText": "卸货",
"navigationStyle": "custom"
}
},
{
"path": "pages/outStock/dischargeDetail",
"style": {
"navigationBarTitleText": "卸货订单",
"navigationStyle": "custom"
}
},
{
"path": "pages/outStock/palletizing",
"style": {
"navigationBarTitleText": "打板",
"navigationStyle": "custom"
}
},
{
"path": "pages/outStock/recordingVolume",
"style": {
"navigationBarTitleText": "录入材积",
"navigationStyle": "custom"
}
},
{
"path": "pages/outStock/recordingVolumeDetail",
"style": {
"navigationBarTitleText": "录入箱规详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/outStock/volumeDetail",
"style": {
"navigationBarTitleText": "录入材积详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/outStock/forkliftWarehousing",
"style": {
"navigationBarTitleText": "叉车入库扫描订单",
"navigationStyle": "custom"
}
},
{
"path": "pages/outStock/location",
"style": {
"navigationBarTitleText": "叉车入库",
"navigationStyle": "custom"
}
},
{
"path": "pages/outBound/pickUpGoods",
"style": {
"navigationBarTitleText": "找货",
"navigationStyle": "custom"
}
},
{
"path": "pages/outBound/attachBill",
"style": {
"navigationBarTitleText": "贴单",
"navigationStyle": "custom"
}
},
{
"path": "pages/outBound/forkliftPrepareGoods",
"style": {
"navigationBarTitleText": "叉车备货",
"navigationStyle": "custom"
}
},
{
"path": "pages/outBound/superviseLoading",
"style": {
"navigationBarTitleText": "监装",
"navigationStyle": "custom"
}
},
{
"path": "pages/outBound/superviseLoadingImg",
"style": {
"navigationBarTitleText": "监装上传图片",
"navigationStyle": "custom"
}
},
{
"path": "pages/outBound/superviseLoadingDetail",
"style": {
"navigationBarTitleText": "监装详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/outBound/superviseOrderDetail",
"style": {
"navigationBarTitleText": "监装订单详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/initiateInventoryCount/index",
"style": {
"navigationBarTitleText": "发起盘点",
"navigationStyle": "custom"
}
},
{
"path": "pages/workOrder/workOrderAdd",
"style": {
"navigationBarTitleText": "发起工单",
"navigationStyle": "custom"
}
},
{
"path": "pages/workOrder/workOrderWrite",
"style": {
"navigationBarTitleText": "工单填写",
"navigationStyle": "custom"
}
},
{
"path": "pages/workOrder/userAvatarMul",
"style": {
"navigationBarTitleText": "添加关注人",
"navigationStyle": "custom"
}
},
{
"path": "pages/workOrder/userAvatarSin",
"style": {
"navigationBarTitleText": "添加处理人",
"navigationStyle": "custom"
}
},
{
"path": "pages/exam/index",
"style": {
"navigationBarTitleText": "考试",
"navigationStyle": "custom"
}
},
{
"path": "pages/lookMedal/index",
"style": {
"navigationBarTitleText": "考试详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/studyRecord/index",
"style": {
"navigationBarTitleText": "选调培训记录",
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "甘肃安监",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F7F9FF"
},
"tabBar": {
"color": "#B9C0CA",
"selectedColor": "#008CD6",
// "backgroundColor": "#F7F9FF",
"backgroundColor": "#FFF",
"borderStyle": "white",
"list": [{
"pagePath": "pages/wMSSystem/index",
"text": "",
"iconPath": "/static/images/common/my.png",
"selectedIconPath": "/static/images/common/my.png"
},
{
"pagePath": "pages/my/index",
"text": "",
"iconPath": "/static/images/my/more.png",
"selectedIconPath": "/static/images/common/my.png"
}
]
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "pages/login/index", //模式名称
"path": "pages/login/index", //启动页面,必选
"query": "planId=9332b3ea46a1c254bc3585462504b97f&planPeoPleId=0dc722af3465364a7d46ea01e5637797" //启动参数在页面的onLoad函数里面得到
}]
}
}