From 0c2000064f2d750c95175b9a8e69032066df87c4 Mon Sep 17 00:00:00 2001 From: republicline Date: Tue, 1 Jul 2025 10:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), }, {