Browse Source

fix: 任务管理

lvkun 2 năm trước cách đây
mục cha
commit
3459abcb75
1 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 6 6
      src/router/index.ts

+ 6 - 6
src/router/index.ts

@@ -387,12 +387,12 @@ const cvs = {
       name: '边缘设备',
       icon: '',
       children: [
-        {
-          path: '/cvs/edge/task',
-          name: '任务管理',
-          icon: '',
-          component: () => import('@/pages/cvs/edge/task.vue')
-        },
+        // {
+        //   path: '/cvs/edge/task',
+        //   name: '任务管理',
+        //   icon: '',
+        //   component: () => import('@/pages/cvs/edge/task.vue')
+        // },
         {
           path: '/cvs/dataSever/video',
           name: '视频管理',