Ver código fonte

显示详情路径改一下

mw_666 3 anos atrás
pai
commit
846a616aab
1 arquivos alterados com 3 adições e 3 exclusões
  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}`
+        });
       }
     },
   },