From b6fc03dcc287f31c8d0358a7583f7d8a27c3b679 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Tue, 8 Jan 2019 21:42:54 +0800 Subject: [PATCH] =?UTF-8?q?fix[litemall-admin]=EF=BC=9A=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=B2=A1=E6=9C=89=E5=AE=9E=E7=8E=B0=E7=9A=84router?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-admin/src/router/index.js | 6 ------ 1 file changed, 6 deletions(-) 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'),