diff --git a/src/router/index.js b/src/router/index.js index dec332d..7a18b97 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -51,7 +51,7 @@ export const asyncRoutes = [ { path: '/my', name: 'My', - redirect: '/my/info', + redirect: '/', meta: { title: 'My', icon: 'UserFilled' }, component: () => import('@/layout/index.vue'), children: [