#
Junjie
2024-06-12 ebdfec3e9db0977bccca0527be7d2226fbbd0229
zy-asrs-flow/config/routes.ts
@@ -27,12 +27,6 @@
    ],
  },
  {
    path: '/home',
    name: 'home',
    icon: 'smile',
    component: './home',
  },
  {
    path: '*',
    layout: false,
    component: './404',