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