2023-12-20 15:15:23 +08:00
|
|
|
|
{
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
|
"style": {
|
2024-03-13 17:55:34 +08:00
|
|
|
|
"navigationBarTitleText": "首页",
|
|
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"titleNView": {
|
|
|
|
|
|
"buttons": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"text": "权限",
|
|
|
|
|
|
"fontSize": "14px",
|
|
|
|
|
|
"color": "#4e6ef2",
|
|
|
|
|
|
"width": "auto" ,
|
|
|
|
|
|
"float": "left"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"text": "扫一扫",
|
|
|
|
|
|
"fontSize": "14px",
|
|
|
|
|
|
"color": "#4e6ef2",
|
|
|
|
|
|
"width": "auto" ,
|
|
|
|
|
|
"float": "right"
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2023-12-20 15:15:23 +08:00
|
|
|
|
}
|
2023-12-24 16:28:36 +08:00
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/user/user",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "个人中心"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/workSpace/workSpace",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "工作台"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/login/login",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "登录"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/fetchMaterial/fetchMaterial",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/exitMaterial/exitMaterial",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "退料申请",
|
2023-12-20 15:15:23 +08:00
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"titleNView": {
|
2023-12-24 16:28:36 +08:00
|
|
|
|
"buttons": [{
|
|
|
|
|
|
"float": "right",
|
|
|
|
|
|
"text": "新增",
|
|
|
|
|
|
"fontSize": "16px",
|
|
|
|
|
|
"onclick": "Function"
|
|
|
|
|
|
}]
|
2023-12-20 15:15:23 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|
2023-12-24 16:28:36 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/workFetchMaterial/workFetchMaterial",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "工器具领料申请"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/workExitMaterial/workExitMaterial",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "工器具退料申请"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/deviceDetail/deviceDetail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "机具详情"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/orderCart/orderCart",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "预约车",
|
2023-12-20 15:15:23 +08:00
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"titleNView": {
|
2023-12-24 16:28:36 +08:00
|
|
|
|
"buttons": [{
|
|
|
|
|
|
"float": "right",
|
|
|
|
|
|
"text": "删除",
|
|
|
|
|
|
"fontSize": "16px",
|
|
|
|
|
|
"onclick": "Function"
|
|
|
|
|
|
}]
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/fetchExam/fetchExam",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "领料审批"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/exitMaterialDetail/exitMaterialDetail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "退料申请明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/fetchMaterialDetail/fetchMaterialDetail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "领料明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/exitExam/exitExam",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "退料审批"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/newInStore/newInStore",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "新购入库"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/newBuyDetail/newBuyDetail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "新购明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/newInAfterScan/newInAfterScan",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "新购机具详情"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/fix/fix",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "维修"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/fixDetail/fixDetail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "维修明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/innerFix/innerFix",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "内部维修"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/returnFix/returnFix",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "返厂维修"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/waitCrash/waitCrash",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "待报废"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/backMaterialInStore/backMaterialInStore",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "退料入库"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/backMaterialInStoreDetail/backMaterialInStoreDetail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "退料入库明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/repairTestInStore/repairTestInStore",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "修试入库"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/fetchMaterialOutStore/fetchMaterialOutStore",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "领料出库"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/backMaterialReceive/backMaterialReceive",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "退料接收"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/repairTestInStoreDetail/repairTestInStoreDetail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "修试入库明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
, {
|
|
|
|
|
|
"path": "pages/exitMaterialSelect/exitMaterialSelect",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "退料物料选择"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/exitExamDetail/exitExamDetail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "退料明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/crashExam/crashExam",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "报废审核"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2024-01-04 15:13:09 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path" : "pages/crashExam/crashExamDetails",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "报废明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
},{
|
|
|
|
|
|
"path" : "pages/crashExam/crashExamList",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "报废详情"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
},
|
2024-03-13 17:55:34 +08:00
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/testExam/testExam",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "试验检验审核"
|
|
|
|
|
|
}
|
2023-12-24 16:28:36 +08:00
|
|
|
|
|
2024-03-13 17:55:34 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
2024-01-04 15:13:09 +08:00
|
|
|
|
"path" : "pages/testExam/testExamDetails",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "试验检验审核明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
},{
|
|
|
|
|
|
"path" : "pages/testExam/testExamList",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "试验检验审核详情"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2023-12-24 16:28:36 +08:00
|
|
|
|
"path": "pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "领料出库明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/codeOutStore/codeOutStore",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "编码出库"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/scanOutStore/scanOutStore",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "二维码出库"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/backMaterialReceiveDetail/backMaterialReceiveDetail",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "退料接收明细",
|
|
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"titleNView": {
|
|
|
|
|
|
"buttons": [
|
2023-12-20 15:15:23 +08:00
|
|
|
|
{
|
2024-07-16 17:54:01 +08:00
|
|
|
|
"text": "完成退料",
|
2023-12-24 16:28:36 +08:00
|
|
|
|
"fontSize": "12px",
|
2023-12-24 17:28:53 +08:00
|
|
|
|
"color": "#4e6ef2",
|
|
|
|
|
|
"width": "auto"
|
2023-12-20 15:15:23 +08:00
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2023-12-24 16:28:36 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/scanReceive/scanReceive",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "二维码接收"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/codeReceive/codeReceive",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "编码接收"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/numReceive/numReceive",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "数量接收"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2023-12-23 23:21:42 +08:00
|
|
|
|
}
|
2024-03-13 17:55:34 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/seeBackMaterialDetail/seeBackMaterialDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "退料明细查看"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/authManage/authManage",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "权限管理"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/moreNotice/moreNotice",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
2024-04-20 14:35:37 +08:00
|
|
|
|
"navigationBarTitleText": "通知公告"
|
2024-03-13 17:55:34 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/rfidOutStore/rfidOutStore",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "rfid出库"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/rfidReceive/rfidReceive",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "rfid接收"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/noticeDetail/noticeDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "通知公告"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/QROut/QROut",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"titleNView": false
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/searchProjUsing/searchProjUsing",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "工程在用"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/searchFetchRecord/searchFetchRecord",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "领用记录"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/QRIn/QRIn",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"titleNView": false
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/newCheck/newCheck",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "新购验收"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/newCheck/newCheckDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "新购验收明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/rfidBinding/rfidBinding",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "RFID绑定"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/qrcodeBinding/qrcodeBinding",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"titleNView": false
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/qrcodeBindPage/qrcodeBindPage",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "二维码绑定"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/indexScan/indexScan",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "扫描结果"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-05-20 15:06:49 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/fixPwd/fixPwd",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "修改密码"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-06-19 10:09:35 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/preCrashExam/preCrashExam",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "预报废审核"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-06-20 16:40:29 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/preCrashExamDetail/preCrashExamDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "审核详情"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/preCrashList/preCrashList",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "预报废列表"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/preCrashListDetail/preCrashListDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "列表详情"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-06-27 16:18:15 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/preCrashDeptList/preCrashDeptList",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "审批部门"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-07-02 14:43:35 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/serviceCenterExam/serviceCenterExam",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "综合服务中心审核"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-07-12 13:28:45 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/serviceCenterExamDetail/serviceCenterExamDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "综合服务中心审核详情"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-03-13 17:55:34 +08:00
|
|
|
|
],
|
2023-12-20 15:15:23 +08:00
|
|
|
|
"tabBar": {
|
2023-12-24 16:28:36 +08:00
|
|
|
|
"color": "#2c2c2c",
|
|
|
|
|
|
"selectedColor": "#1296db",
|
|
|
|
|
|
"borderStyle": "black",
|
|
|
|
|
|
"backgroundColor": "#FFFFFF",
|
|
|
|
|
|
"iconWidth": "24px",
|
|
|
|
|
|
"list": [{
|
|
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
|
"iconPath": "static/home.png",
|
|
|
|
|
|
"selectedIconPath": "static/homeSelected.png",
|
|
|
|
|
|
"text": "首页"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"pagePath": "pages/workSpace/workSpace",
|
|
|
|
|
|
"iconPath": "static/workSpace.png",
|
|
|
|
|
|
"selectedIconPath": "static/workSpaceSelected.png",
|
|
|
|
|
|
"text": "工作台"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"pagePath": "pages/user/user",
|
|
|
|
|
|
"iconPath": "static/my.png",
|
|
|
|
|
|
"selectedIconPath": "static/mySelected.png",
|
|
|
|
|
|
"text": "个人中心"
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
2023-12-20 15:15:23 +08:00
|
|
|
|
"globalStyle": {
|
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
2023-12-24 14:19:53 +08:00
|
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
|
|
|
"maxWidth": 750
|
2023-12-20 15:15:23 +08:00
|
|
|
|
},
|
|
|
|
|
|
"uniIdRouter": {}
|
2023-12-24 16:28:36 +08:00
|
|
|
|
}
|