| | |
| | | data() {
|
| | | return {
|
| | | backgroundImage: 'https://dmtest.ahapp.net/file/projects/20230511/7d1f149816e24e68bb2df9011be53990.png',
|
| | | avatar: require('@/static/common/default_user@2x.png'),
|
| | | avatar: require('@/static/meeting/common/default_user@2x.png'),
|
| | | list: [
|
| | | { name: '个人资料', path: '/pages/personal/personal', icon: require('@/static/icon/wd_ic_ziliao@2x.png') },
|
| | | { name: '我预约的会议室', path: '/pages/myAppointment/myAppointment', icon: require('@/static/icon/wd_ic_yuyue@2x.png') },
|
| | | { name: '我管理的会议室', path: '/pages/manage/manage', icon: require('@/static/icon/wd_ic_guanli@2x.png') },
|
| | | { name: '修改密码', path: '/pages/changePassword/changePassword', icon: require('@/static/icon/wd_ic_mima@2x.png') }
|
| | | { name: '个人资料', path: '/pages/personal/personal', icon: require('@/static/meeting/icon/wd_ic_ziliao@2x.png') },
|
| | | { name: '我预约的会议室', path: '/pages/myAppointment/myAppointment', icon: require('@/static/meeting/icon/wd_ic_yuyue@2x.png') },
|
| | | { name: '我管理的会议室', path: '/pages/manage/manage', icon: require('@/static/meeting/icon/wd_ic_guanli@2x.png') },
|
| | | { name: '修改密码', path: '/pages/changePassword/changePassword', icon: require('@/static/meeting/icon/wd_ic_mima@2x.png') }
|
| | | ]
|
| | | }
|
| | | },
|
| | |
| | | }
|
| | | }
|
| | | }
|
| | | </style> |
| | | </style>
|