diff --git a/litemall-admin/src/router/index.js b/litemall-admin/src/router/index.js index 8112674b..112e24f8 100644 --- a/litemall-admin/src/router/index.js +++ b/litemall-admin/src/router/index.js @@ -369,12 +369,6 @@ export const asyncRouterMap = [ component: Layout, redirect: 'noredirect', children: [ - { - path: 'my', - component: () => import('@/views/profile/my'), - name: 'my', - meta: { title: '个人信息', noCache: true } - }, { path: 'password', component: () => import('@/views/profile/password'),