#
luxiaotao1123
2024-02-29 2a7553ab6aa15c1b17cdd8d4b75c2ce99d65dda3
zy-asrs-flow/config/routes.ts
@@ -27,11 +27,6 @@
    ],
  },
  {
    path: '/home',
    name: 'home',
    component: './home',
  },
  {
    path: '*',
    layout: false,
    component: './404',