@@ -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")
+},
/***********************************************************智慧检修************************************************************* */
/***********************************************************安全管控************************************************************* */
{
@@ -271,6 +271,7 @@ export default {
this.$emit("mapClicks", wpId, this.tabs[index].text);
backMap(wpId, planBtnName) {
+ this.activeTab = 0;
this.currentMode = "NX";
this.mapName = "nx";
this.mapIndex = -1;
@@ -565,6 +565,11 @@ export default {
icon: "svg-wind-site",
path: "/health/MalfunctionWarning/Supervised",
+ {
+ text: "齿轮箱故障诊断",
+ icon: "svg-wind-site",
+ path: "/health/MalfunctionWarning/diagnose",
+ },
],