xyc
2024-10-28 7acc9ddf4e0ee4211c38d56dbf1e0c3cddffdad4
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}
    },