ソースを参照

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

Junling Bu 7 年 前
コミット
b6fc03dcc2
1 ファイル変更0 行追加6 行削除
  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',
     children: [
       {
-        path: 'my',
-        component: () => import('@/views/profile/my'),
-        name: 'my',
-        meta: { title: '个人信息', noCache: true }
-      },
-      {
         path: 'password',
         component: () => import('@/views/profile/password'),
         name: 'password',