|
@@ -17,9 +17,9 @@ const menuGroup = [
|
17
|
17
|
{ icon: 'iconrenzheng1', name: '业主认证', id: 1, router: '/pages/WoDe/WoDeRenZheng/index' },
|
18
|
18
|
{ icon: 'iconjifenguize', name: '积分明细', id: 2, router: '/pages/FuLi/JiFenMingXi/index' },
|
19
|
19
|
{ icon: 'iconjiaofei', name: '物业缴费', id: 3, router: '/pages/WoDe/WoDeJiaoFei/index' },
|
20
|
|
- { icon: 'iconfuwu1', name: '物业报修', id: 4, router: '/pages/WoDe/WoDeGongDan/index' },
|
|
20
|
+ { icon: 'iconfuwu1', name: '业主报修', id: 4, router: '/pages/WoDe/WoDeGongDan/index' },
|
21
|
21
|
// { icon: 'iconfuwu1', name: '业主工单', id: 4, router: '/pages/WoDe/YeZhuBaoXiu/index', personTypes: [PERSON_TYPE.LIFE_CONSULTANT] },
|
22
|
|
- { icon: 'iconfuwu1', name: '业主报修', id: 4, router: '/pages/WoDe/YeZhuBaoXiu/index' },
|
|
22
|
+ { icon: 'iconfuwu1', name: '物业报修', id: 4, router: '/pages/WoDe/YeZhuBaoXiu/index' },
|
23
|
23
|
],
|
24
|
24
|
[
|
25
|
25
|
{ icon: 'iconerweima', name: '推荐二维码', id: 5, router: '/pages/WoDe/TuiJianErWeiMa/index' },
|