|
|
@@ -44,7 +44,6 @@ const roleTabs: RoleTabs = {
|
|
|
// 患者家属
|
|
|
4: [
|
|
|
{ icon: '/static/icons/remixicon/home-3-line.svg', text: '首页', url: '/pages/patient-family/index/index' },
|
|
|
- { icon: '/static/icons/remixicon/line-chart-line.svg', text: '健康', url: '/pages/public/health/index' }, // 暂时使用公共健康页,后续可创建家属健康页
|
|
|
{ icon: '/static/icons/remixicon/account-circle-line.svg', text: '我的', url: '/pages/public/profile/index' } // 暂时使用公共profile,后续可创建家属profile
|
|
|
]
|
|
|
}
|