From 90ea31221fa7ed5e2a4508bba95740dbe6d5c055 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 08 May 2021 11:35:59 +0800
Subject: [PATCH] 实时时间  加上天气

---
 src/views/dataL/homeL.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/dataL/homeL.vue b/src/views/dataL/homeL.vue
index 02cec46..614b7df 100644
--- a/src/views/dataL/homeL.vue
+++ b/src/views/dataL/homeL.vue
@@ -39,7 +39,7 @@
       this.$router.push({ path: "/healthcode/healthcode" });
     },
     down3() {
-      this.$router.push({ path: "/parcel/parcel" });
+      this.$router.push({ path: "/parcel/parcelKind" });
     },
     down4() {
       this.$router.push({ path: "/animalHeat/animalHeat" });

--
Gitblit v1.9.3