#
luxiaotao1123
2024-02-28 c95e54c53e2a19bc3281339713a51573e7a15220
zy-asrs-flow/config/routes.ts
@@ -13,7 +13,7 @@
export default [
  {
    path: '/',
    redirect: '/system/user',
    redirect: '/home',
  },
  {
    path: '/user',
@@ -27,10 +27,10 @@
    ],
  },
  {
    path: '/welcome',
    name: 'welcome',
    path: '/home',
    name: 'home',
    icon: 'smile',
    component: './Welcome',
    component: './home',
  },
  {
    path: '*',