xyc
2024-10-29 cb356c816a56a633974b71927239592df6b9c8b1
web/src/router.js
@@ -53,11 +53,12 @@
    //   name: 'SYS_MENU',
    //   meta: {title: '菜单管理', isTab: true}
    // },
    {path: '/home',
      component: () => import('./views/modules/sys/task/taskCenter'),
    {
      path: '/home',
      component: () => import('./views/modules/home'),
      name: 'home',
      meta: {title: '首页', isTab: true}
    }
      meta: {title: '首页',isRefresh: 1, isTab: true}
    },
  ]
}