瀏覽代碼

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

outaozhen 3 年之前
父節點
當前提交
a77e788c91
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/routes.ts

+ 1 - 1
config/routes.ts

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