From f83d7ae52045f2c48d005a5ae4b70cd589e05048 Mon Sep 17 00:00:00 2001 From: chenqi Date: Wed, 10 Dec 2025 16:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9index.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openhis-ui-vue3/src/router/index.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/openhis-ui-vue3/src/router/index.js b/openhis-ui-vue3/src/router/index.js index 64ebbc71..e9bc89b3 100644 --- a/openhis-ui-vue3/src/router/index.js +++ b/openhis-ui-vue3/src/router/index.js @@ -79,14 +79,6 @@ export const constantRoutes = [ redirect: 'noredirect', children: [ { - path: 'profile', - component: () => import('@/views/system/user/profile/index'), - name: 'Profile', - meta: { title: '个人中心', icon: 'user' }, - }, - ], - }, -]; meta: { title: '个人中心', icon: 'user' } } ]