From 81754ac5b49cdd16a713d86f88019be0e5ccd859 Mon Sep 17 00:00:00 2001 From: wang <3597712270@qq.com> Date: 星期二, 23 四月 2024 19:11:27 +0800 Subject: [PATCH] 展会页面 --- UI-Project/src/router/index.js | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js index 8ca7249..2ecd57e 100644 --- a/UI-Project/src/router/index.js +++ b/UI-Project/src/router/index.js @@ -173,6 +173,30 @@ } ] }, + + /*----------- 鍙鍖栫郴缁� ----------------*/ + { + path: 'Visualization', + name: 'screen', + component: () => import('../views/Visualization/screen.vue'), + children:[ + { + path: '/Visualization/screenone', + name: 'screenone', + component: () => import('../views/Visualization/screenone.vue') + }, + { + path: '/Visualization/screentwo', + name: 'screentwo', + component: () => import('../views/Visualization/screentwo.vue') + }, + { + path: '/Visualization/screenthree', + name: 'screenthree', + component: () => import('../views/Visualization/screenthree.vue') + } + ] + }, { path: '', redirect:'/Slicecage/slicecage' -- Gitblit v1.8.0