From dc4ba8076aebd30f33282121a414262b4d4919f4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 09 九月 2024 10:40:34 +0800
Subject: [PATCH] 1. 编写设备匹配功能

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

diff --git a/src/router/index.js b/src/router/index.js
index 7c646ef..7f1db70 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -78,6 +78,12 @@
     component: () => import('@/views/fysp/config/ProblemType.vue')
   },
   {
+    //璁惧鍖归厤
+    name: 'fyspDeviceMatch',
+    path: '/fysp/config/deviceMatch',
+    component: () => import('@/views/fysp/config/DeviceMatch.vue')
+  },
+  {
     //璇勪及鏁版嵁婧�
     name: 'fyspEvalutationTask',
     path: '/fysp/evaluation/evalutationTask',
@@ -111,6 +117,12 @@
     component: () => import('@/views/fysp/scene/SceneEdit.vue'),
     meta: { transition: 'slide-left' }
   },
+  {
+    //瀵瑰鏀寔
+    name: 'fyspSupport',
+    path: '/fysp/support',
+    component: () => import('@/views/fysp/support/JingAnSupport.vue'),
+  },
 
   /**********************************椋炵窘鐜***********************************************/
   {

--
Gitblit v1.9.3