Browse Source

fix: 修改默认登陆后的页面

outaozhen 3 years ago
parent
commit
a77e788c91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/routes.ts

+ 1 - 1
config/routes.ts

@@ -20,7 +20,7 @@
   },
   {
     path: '/',
-    redirect: '/dashboard'
+    redirect: '/project/management/list'
   },
   {
     path: '/dashboard',