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