zwl
2025-09-12 7e10622ead5bd8b3ce0c9fda39d22ae0e938e030
zy-asrs-flow/config/routes.ts
@@ -27,12 +27,6 @@
    ],
  },
  {
    path: '/home',
    name: 'home',
    icon: 'smile',
    component: './home',
  },
  {
    path: '*',
    layout: false,
    component: './404',