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