lejianwen 6 months ago
parent
commit
35bac6b91c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -51,7 +51,7 @@ export const asyncRoutes = [
51
   {
51
   {
52
     path: '/my',
52
     path: '/my',
53
     name: 'My',
53
     name: 'My',
54
-    redirect: '/my/info',
54
+    redirect: '/',
55
     meta: { title: 'My', icon: 'UserFilled' },
55
     meta: { title: 'My', icon: 'UserFilled' },
56
     component: () => import('@/layout/index.vue'),
56
     component: () => import('@/layout/index.vue'),
57
     children: [
57
     children: [