|
@@ -575,6 +575,11 @@ const routes = [{
|
|
|
name: "Supervised",
|
|
|
component: () => import("../views/MalfunctionWarning/supervised.vue")
|
|
|
},
|
|
|
+{
|
|
|
+ path: "/health/MalfunctionWarning/diagnose", //齿轮箱故障诊断
|
|
|
+ name: "Supervised",
|
|
|
+ component: () => import("../views/MalfunctionWarning/diagnose.vue")
|
|
|
+},
|
|
|
/***********************************************************智慧检修************************************************************* */
|
|
|
/***********************************************************安全管控************************************************************* */
|
|
|
{
|