longyvfengyun
2023-11-30 5ebe1291c95021f3bcb14e70c9a0a61f4b207a63
src/views/mainLayout/index.vue
@@ -44,11 +44,11 @@
         },
         {
            title: "Hausdorff距离算法",
            path: "/user/videoList",
            path: "/analysis/hd",
         },
         {
            title: "Frechet距离算法",
            path: "/user/videoList",
            path: "/analysis/fh",
         },
      ],
   },
@@ -61,10 +61,10 @@
            title: "汽车列表",
            path: "/user/boxList",
         },
         {
            title: "摄像头列表",
            path: "/user/videoList",
         },
         // {
         //    title: "摄像头列表",
         //    path: "/user/videoList",
         // },
      ]
   }
];