hanxin 2 жил өмнө
parent
commit
ca04600f10
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  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: '权限演示',