#
luxiaotao1123
2024-02-28 4bf7bf638a38f27a913493e1588d5253565214bc
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: '*',