@@ -349,9 +349,9 @@ export default {
path: `/monitor/windsite/info/${item.wpId}/${item.wtId}`
});
} else {
- // this.$router.push({
- // path: `/info/inverter-info/${item.wpId}/${item.wtId}`
- // });
+ this.$router.push({
+ path: `windsite/inverter-info/${item.wpId}/${item.wtId}`
+ });
}
},