From f346dcb4e26bfca845b4825006af03affe089b8a Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 02 八月 2024 17:23:42 +0800 Subject: [PATCH] 对外支持模块 --- 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