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