Browse Source

首页路由

hanxin 2 years ago
parent
commit
ca04600f10
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .umirc.ts

+ 2 - 1
.umirc.ts

@@ -26,7 +26,8 @@ export default defineConfig({
     {
       name: '首页',
       path: '/home',
-      component: './Flow/index',
+      component: './Home/index',
+      layout: false
     },
     {
       name: '权限演示',