diff --git a/pages/sys/home/home.vue b/pages/sys/home/home.vue index 73a742d..e042617 100644 --- a/pages/sys/home/home.vue +++ b/pages/sys/home/home.vue @@ -82,44 +82,66 @@ // } ], current: 0, - gridList: [{ - icon: '/static/aaa_bsbx.png', - text: '报事报修', - url:'/pages/sys/user/myRepair/myRepair' - }, - { - icon: '/static/aaa_tcjf.png', - text: '停车缴费', - url:'/pages/sys/user/myPayment/myPayment' - }, - { - icon: '/static/aaa_shfw.png', - text: '生活服务' - }, - { - icon: '/static/aaa_fwzx.png', - text: '服务中心', - url:'/pages/sys/user/serviceCenter/serviceCenter' - }, - { - icon: '/static/aaa_hyyy.png', - text: '会议预约', - url:'/pages/sys/workbench/meet/meet' - }, - { - icon: '/static/aaa_gdgl.png', - text: '工单管理', - url:'/pages/sys/workbench/order/order' - }, - { - icon: '/static/aaa_fkgl.png', - text: '访客管理', - url:'/pages/sys/user/myVisitor/myVisitor' - }, - { - icon: '/static/aaa_jqqd.png', - text: '敬请期待' - } + gridList: [ + { + icon: '/static/aaaa_gd.png', + text: '工单', + url:'/pages/sys/workbench/order/order' + }, + { + icon: '/static/aaaa_yjcl.png', + text: '预警处理', + url:'/pages/sys/workbench/earlyWarning/earlyWarning' + + }, + { + icon: '/static/aaaa_jk.png', + text: '监控', + url:'/pages/sys/workbench/monitor/monitors' + }, + { + icon: '/static/aaaa_bsbx.png', + text: '报事报修', + url:'/pages/sys/user/myRepair/myRepair' + }, + // { + // icon: '/static/aaa_bsbx.png', + // text: '报事报修', + // url:'/pages/sys/user/myRepair/myRepair' + // }, + // { + // icon: '/static/aaa_tcjf.png', + // text: '停车缴费', + // url:'/pages/sys/user/myPayment/myPayment' + // }, + // { + // icon: '/static/aaa_shfw.png', + // text: '生活服务' + // }, + // { + // icon: '/static/aaa_fwzx.png', + // text: '服务中心', + // url:'/pages/sys/user/serviceCenter/serviceCenter' + // }, + // { + // icon: '/static/aaa_hyyy.png', + // text: '会议预约', + // url:'/pages/sys/workbench/meet/meet' + // }, + // { + // icon: '/static/aaa_gdgl.png', + // text: '工单管理', + // url:'/pages/sys/workbench/order/order' + // }, + // { + // icon: '/static/aaa_fkgl.png', + // text: '访客管理', + // url:'/pages/sys/user/myVisitor/myVisitor' + // }, + // { + // icon: '/static/aaa_jqqd.png', + // text: '敬请期待' + // } ], newsList: [ '数智南川|最新资讯1', @@ -325,8 +347,8 @@ } .grid-icon { - width: 50rpx; - height: 50rpx; + width: 90rpx; + height: 90rpx; margin-bottom: 8rpx; }