diff --git a/src/router/routes.ts b/src/router/routes.ts index 6683d99..65f7695 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -48,7 +48,7 @@ export const constantRoute = [ children: [ { path: '/patients-manage/patients-manage', - name: '患者管理', + name: '患者管理2', component: () => import('@/views/patients-manage/patients-manage.vue'), }, {