From 18f6e14f2cb0e19fc8726e9821bc4db172a04d17 Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期三, 24 四月 2024 16:32:54 +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