首页修改

This commit is contained in:
2025-08-19 14:39:22 +08:00
parent 7a91647105
commit ba344a503a

View File

@@ -82,44 +82,66 @@
// } // }
], ],
current: 0, current: 0,
gridList: [{ gridList: [
icon: '/static/aaa_bsbx.png',
text: '报事报修',
url:'/pages/sys/user/myRepair/myRepair'
},
{ {
icon: '/static/aaa_tcjf.png', icon: '/static/aaaa_gd.png',
text: '停车缴费', 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' url:'/pages/sys/workbench/order/order'
}, },
{ {
icon: '/static/aaa_fkgl.png', icon: '/static/aaaa_yjcl.png',
text: '访客管理', text: '预警处理',
url:'/pages/sys/user/myVisitor/myVisitor' url:'/pages/sys/workbench/earlyWarning/earlyWarning'
}, },
{ {
icon: '/static/aaa_jqqd.png', icon: '/static/aaaa_jk.png',
text: '敬请期待' 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: [ newsList: [
'数智南川|最新资讯1', '数智南川|最新资讯1',
@@ -325,8 +347,8 @@
} }
.grid-icon { .grid-icon {
width: 50rpx; width: 90rpx;
height: 50rpx; height: 90rpx;
margin-bottom: 8rpx; margin-bottom: 8rpx;
} }