From 172d73cbe737c04b3d2c3fe8908db2460c241543 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期一, 14 八月 2023 17:11:48 +0800
Subject: [PATCH] 油烟监测系统 Vue代码

---
 src/router/index.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index f387d8e..34c8d47 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -121,6 +121,10 @@
         path: '/tte',
         component: () => import('@/views/getdata/TestZm.vue')
       },
+      {
+        path: '/test1',
+        component: () => import('@/test/TestDrawer.vue')
+      },
 
       ],
     },

--
Gitblit v1.9.3