Kaynağa Gözat

路由跳转BUG修复

Koishi 3 yıl önce
ebeveyn
işleme
c8a0fa2b85
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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]}`);
     }
   }
 };