代码提交-3-13
This commit is contained in:
75
pages.json
75
pages.json
@@ -4,6 +4,12 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/cas/callback",
|
||||
"style": {
|
||||
"navigationBarTitleText": "CAS回调",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/register",
|
||||
"style": {
|
||||
@@ -79,7 +85,7 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "申报记录",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#bbbbbb",
|
||||
"navigationBarBackgroundColor": "#1677ff",
|
||||
"enablePullDownRefresh": true, //配置后,可以下拉刷新,上拉加载`
|
||||
"onReachBottomDistance": 100
|
||||
}
|
||||
@@ -88,8 +94,16 @@
|
||||
"path": "pages/work/sidebar/safetyDeclaratio/index",
|
||||
"style": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#bbbbbb",
|
||||
"navigationBarTitleText": "隐患申报"
|
||||
"navigationBarBackgroundColor": "#1677ff",
|
||||
"navigationBarTitleText": "异常隐患巡检"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/sidebar/filingDetail/index",
|
||||
"style": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#1677ff",
|
||||
"navigationBarTitleText": "申报详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -113,7 +127,7 @@
|
||||
},
|
||||
"style": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#bbbbbb",
|
||||
"navigationBarBackgroundColor": "#1677ff",
|
||||
"navigationBarTitleText": "扫码签到"
|
||||
}
|
||||
},
|
||||
@@ -124,7 +138,7 @@
|
||||
"path": "pages/work/inspection/inspectionEx/index",
|
||||
"style": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#bbbbbb",
|
||||
"navigationBarBackgroundColor": "#1677ff",
|
||||
"navigationBarTitleText": "异常巡检"
|
||||
}
|
||||
},
|
||||
@@ -132,13 +146,60 @@
|
||||
"app-plus": {
|
||||
"titleNView": false
|
||||
},
|
||||
"path": "pages/work/inspection/checkInUserList/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户打卡列表",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#1677ff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"app-plus": { "titleNView": false },
|
||||
"path": "pages/work/inspection/checkInRecord/index",
|
||||
"style": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#bbbbbb",
|
||||
"navigationBarBackgroundColor": "#1677ff",
|
||||
"navigationBarTitleText": "打卡记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"app-plus": {
|
||||
"titleNView": false
|
||||
},
|
||||
"usingComponents": true
|
||||
"path": "pages/work/inspection/abnormalList/index",
|
||||
"style": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "巡检异常列表",
|
||||
"navigationBarBackgroundColor": "#1677ff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"app-plus": {
|
||||
"titleNView": false
|
||||
},
|
||||
"path": "pages/work/inspection/abnormalDetail/index",
|
||||
"style": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "异常详情",
|
||||
"navigationBarBackgroundColor": "#1677ff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/inspection/checkInDetail/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "打卡详情",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#1677ff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"app-plus": { "titleNView": false },
|
||||
"path": "pages/work/inspection/recordList/index",
|
||||
"style": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#1677ff",
|
||||
"navigationBarTitleText": "巡检记录"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
|
||||
Reference in New Issue
Block a user