Browse Source

fix[litemall-admin]: 删除没有实现的router

Junling Bu 7 years ago
parent
commit
b6fc03dcc2
1 changed files with 0 additions and 6 deletions
  1. 0 6
      litemall-admin/src/router/index.js

+ 0 - 6
litemall-admin/src/router/index.js

@@ -370,12 +370,6 @@ export const asyncRouterMap = [
     redirect: 'noredirect',
     redirect: 'noredirect',
     children: [
     children: [
       {
       {
-        path: 'my',
-        component: () => import('@/views/profile/my'),
-        name: 'my',
-        meta: { title: '个人信息', noCache: true }
-      },
-      {
         path: 'password',
         path: 'password',
         component: () => import('@/views/profile/password'),
         component: () => import('@/views/profile/password'),
         name: 'password',
         name: 'password',