浏览代码

Merge branch 'yx' of http://61.161.152.110:10101/r/electronic-map into yx

chenminghua 3 年之前
父节点
当前提交
54abe5aa01
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/HealthControl/Health3.vue

+ 1 - 1
src/views/HealthControl/Health3.vue

@@ -246,7 +246,7 @@ export default {
     },
 
     jumpUrl(item){
-      this.$router.push(`/health/health0/${item[0]}`);
+      this.$router.push(`/health/health0/${this.wpId}/${item[0]}`);
     }
   }
 };