xiangpei
2024-08-31 9b0fb6cf78f190a863d5f74f351201b8a28f911d
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'
         }