Selaa lähdekoodia

feat(tab-bar): 移除患者家属健康页临时跳转

- 删除患者家属角色下健康页的临时跳转配置
- 保留家属首页和我的页面的跳转配置
- 为后续创建家属健康页做准备
mcbaiyun 1 kuukausi sitten
vanhempi
commit
eb28ea1b9d
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      src/components/tab-bar.vue

+ 0 - 1
src/components/tab-bar.vue

@@ -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
   ]
 }