From 52850f1dccd5a59581d6bb1db8d29ba9b8a32369 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期三, 24 四月 2024 15:47:56 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes

---
 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