xiangpei
2024-09-25 b9346c0dad8727fce46482c5ed29009717a902d0
src/router/index.js
@@ -74,7 +74,6 @@
      }
    ]
  },
  // {
  //   path: '',
  //   component: Layout,
@@ -122,7 +121,7 @@
        path: 'index/:type/:typeId',
        component: () => import('@/views/system/data-manage/data-detail'),
        name: 'DataDetail',
        meta: {
        meta: {
          title: '数据详情',
          activeMenu: '/data-manage'
         }