#
Junjie
2024-04-30 f09b972bb7adf8d4fd75fcb87c85973e493432a8
zy-asrs-flow/config/routes.ts
@@ -27,11 +27,6 @@
    ],
  },
  {
    path: '/home',
    name: 'home',
    component: './home',
  },
  {
    path: '*',
    layout: false,
    component: './404',