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