zjj
2024-11-25 0f69561e397093b5165c4aac58530721d5c62178
zy-asrs-flow/config/routes.ts
@@ -13,7 +13,7 @@
export default [
  {
    path: '/',
    redirect: '/system/user',
    redirect: '/home',
  },
  {
    path: '/user',
@@ -25,12 +25,6 @@
        component: './User/Login/index',
      },
    ],
  },
  {
    path: '/welcome',
    name: 'welcome',
    icon: 'smile',
    component: './Welcome',
  },
  {
    path: '*',