Browse Source

首页重定向

chuwuya 2 năm trước cách đây
mục cha
commit
66bf46efad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -17,7 +17,7 @@ const routes = [
   {
     path: '/home',
     name: 'home',
-    redirect: '/home/user',
+    redirect: '/home/user/person',
     component: () => import('../views/HomeView.vue'),
     children: [
       {