fix[litemall-admin]: 删除没有实现的router
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user