Просмотр исходного кода

Merge branch 'all-v4-liufei' into 'all-v4'

fix: 前端路由表,字典管理菜单项注释掉,目前不用

See merge request skyeye/skyeye_frontend/skyeye-admin!324
Fei Liu 1 год назад
Родитель
Сommit
b76e1602ac
1 измененных файлов с 19 добавлено и 19 удалено
  1. 19 19
      src/router/full-routes.ts

+ 19 - 19
src/router/full-routes.ts

@@ -137,7 +137,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
         },
       },
       {
-        // 公司场景布局卡片列表。菜单不可见
+        // 公司场景布局卡片列表。二级页面,菜单不可见!!!
         path: 'scene-list',
         name: 'LayoutSceneList',
         component: '/page-config/PageSceneList',
@@ -148,7 +148,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
         },
       },
       {
-        // 公司场景配置页面(菜单不可见)
+        // 公司场景配置页面。三级页面,菜单不可见!!!
         path: 'scene-config',
         name: 'LayoutSceneConfig',
         component: '/page-config/ConfigEdit',
@@ -169,7 +169,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
         },
       },
       {
-        // 相机布局卡片列表。 菜单不可见
+        // 相机布局卡片列表。二级页面, 菜单不可见!!!
         path: 'camera-list',
         name: 'LayoutCameraList',
         component: '/page-config/PageCameraList',
@@ -180,7 +180,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
         },
       },
       {
-        // 相机布局配置
+        // 相机布局配置。三级页面,菜单不可见!!!
         path: 'camera-config',
         name: 'LayoutCameraConfig',
         component: '/map-config/mini-map/MiniMapConfig',
@@ -306,7 +306,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
         },
       },
       {
-        // 报表推送配置(菜单不可见)
+        // 报表推送配置。二级页面,菜单不可见!!!
         path: 'report-config',
         name: 'MessageReportConfig',
         component: '/message/reportmessage/ReportOperation',
@@ -327,7 +327,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
         },
       },
       {
-        // 报警推送配置 (菜单不可见)
+        // 报警推送配置 。二级页面,菜单不可见!!!
         path: 'alarm-config',
         name: 'MessageAlarmConfig',
         component: '/message/alarm-config/AlarmConfig',
@@ -348,7 +348,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
         },
       },
       {
-        // 系统通知配置(菜单不可见)
+        // 系统通知配置。二级页面,菜单不可见!!!
         path: 'sys-notification-config',
         name: 'MessageSysNotificationConfig',
         component: '/message/sysnotion-config/SysnotionConfig',
@@ -479,7 +479,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
         },
       },
       {
-        // 反馈处理 (菜单不可见)
+        // 反馈处理 。意见反馈的二级页面。菜单不可见!!!
         path: 'feedback-handle',
         name: 'SystemFeedbackHandle',
         component: '/feedback/handleFeedback',
@@ -489,18 +489,18 @@ const fullRoutes: AppRouteRecordRaw[] = [
           activeMenu: 'SystemFeedback',
         },
       },
+      // {
+      //   // 字典管理 (暂时用不到)
+      //   path: 'dictionary',
+      //   name: 'SystemDictionary',
+      //   component: '/system/dictionary/dictionary',
+      //   meta: {
+      //     icon: '',
+      //     title: '字典管理',
+      //   },
+      // },
       {
-        // 字典管理
-        path: 'dictionary',
-        name: 'SystemDictionary',
-        component: '/system/dictionary/dictionary',
-        meta: {
-          icon: '',
-          title: '字典管理',
-        },
-      },
-      {
-        // 系统管理
+        // 日志管理
         path: 'log',
         name: 'SystemLog',
         component: '/system/log/log',