Browse Source

首页路由

hanxin 2 năm trước cách đây
mục cha
commit
ca04600f10
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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: '权限演示',