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

This commit is contained in:
Junling Bu
2019-01-08 21:42:54 +08:00
parent cb58c93f84
commit b6fc03dcc2

View File

@@ -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'),