Commit b6fc03dc authored by Junling Bu's avatar Junling Bu
Browse files

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

parent cb58c93f
...@@ -369,12 +369,6 @@ export const asyncRouterMap = [ ...@@ -369,12 +369,6 @@ export const asyncRouterMap = [
component: Layout, component: Layout,
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'),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment