fix:
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ export const asyncRoutes = [
|
|||||||
{
|
{
|
||||||
path: '/my',
|
path: '/my',
|
||||||
name: 'My',
|
name: 'My',
|
||||||
redirect: '/my/info',
|
redirect: '/',
|
||||||
meta: { title: 'My', icon: 'UserFilled' },
|
meta: { title: 'My', icon: 'UserFilled' },
|
||||||
component: () => import('@/layout/index.vue'),
|
component: () => import('@/layout/index.vue'),
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user