From bbc3b7e9f89369a26eb12deeb10cbd113e6dc02a Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期一, 30 六月 2025 17:29:08 +0800
Subject: [PATCH] fix:修改模板那

---
 src/router/index.js |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 93c8723..4a15b6a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1,8 +1,8 @@
 /*
  * @Author: Liuyi candymxq888@outlook.com
  * @Date: 2024-08-06 14:47:41
- * @LastEditors: Liuyi candymxq888@outlook.com
- * @LastEditTime: 2024-09-28 11:11:38
+ * @LastEditors: web candymxq888@outlook.com
+ * @LastEditTime: 2025-06-30 14:58:22
  * @FilePath: \water-qinghe-web\src\router\index.js
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
@@ -75,6 +75,14 @@
       {
         path: 'home',
         component: () => import('@/views/screen/index.vue')
+      },
+      {
+        path: 'device',
+        component: () => import('@/views/screen/device.vue')
+      },
+      {
+        path: 'data',
+        component: () => import('@/views/screen/data.vue')
       }
     ]
   },

--
Gitblit v1.9.3