From 59b6bafdf03464ad5d89a74623ec8941dec415c7 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 01 八月 2024 12:11:31 +0800
Subject: [PATCH] 2024.8.1

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

diff --git a/src/router/index.js b/src/router/index.js
index 7c646ef..1b3cb80 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -111,6 +111,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