Pārlūkot izejas kodu

feat: 删除旧版本日志管理路由

qindao 1 gadu atpakaļ
vecāks
revīzija
e09aafaaa6
1 mainītis faili ar 0 papildinājumiem un 32 dzēšanām
  1. 0 32
      src/router/full-routes.ts

+ 0 - 32
src/router/full-routes.ts

@@ -416,38 +416,6 @@ const fullRoutes: AppRouteRecordRaw[] = [
           title: '违规问题'
         }
       },
-      {
-        // 系统日志
-        path: 'logs',
-        name: 'DataLogs',
-        component: 'ParentLayout',
-        meta: { 
-          icon: '',
-          title: '系统日志',
-        },
-        children: [
-          {
-            // 操作日志
-            path: 'operation',
-            name: 'DataLogsOperation',
-            component: '/system/logs/operlog',
-            meta: { 
-              icon: '',
-              title: '操作日志',
-            },
-          },
-          {
-            // 登录日志
-            path: 'login',
-            name: 'DataLogsLogin',
-            component: '/system/logs/logininfor',
-            meta: { 
-              icon: '',
-              title: '登录日志',
-            }
-          }
-        ]
-      }
     ]
   },