浏览代码

有监督学习的路由名修改

chenminghua 3 年之前
父节点
当前提交
1b7bf55c16
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -562,7 +562,7 @@ const routes = [{
 {
 	path: "/health/MalfunctionWarning/Supervised", //有监督学习
 	name: "Supervised",
-	component: () => import("../views/MalfunctionWarning/Supervised.vue")
+	component: () => import("../views/MalfunctionWarning/supervised.vue")
 },
 /***********************************************************智慧检修************************************************************* */
 /***********************************************************安全管控************************************************************* */