From 9832c3d8d6abd411e4747d6040719c50e66e2064 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 19 Mar 2021 10:55:23 +0800
Subject: [PATCH] 体温跳转

---
 src/router/views/index.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index ce0382e..4294b24 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -222,6 +222,19 @@
             component: () =>
                 import ( /* webpackChunkName: "views" */ '@/views/healthcode/healthcode')
         }]
+    }, {
+        path: '/animalHeat',
+        component: Layout,
+        redirect: '/animalHeat/animalHeatPage',
+        children: [{
+            path: 'animalHeatPage',
+            name: '体温检测',
+            meta: {
+                i18n: 'animalHeat'
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/animalHeat/animalHeat')
+        }]
     }
 
 

--
Gitblit v1.9.3