浏览代码

首页重定向

chuwuya 2 年之前
父节点
当前提交
66bf46efad
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: [
       {