瀏覽代碼

显示详情路径改一下

mw_666 3 年之前
父節點
當前提交
846a616aab
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/LightMatrix1/LightMatrix1.vue

+ 3 - 3
src/views/LightMatrix1/LightMatrix1.vue

@@ -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}`
+        });
       }
     },
   },