From cdc68f07587208530b0012a15c033db01b208b3c Mon Sep 17 00:00:00 2001
From: wang <3597712270@qq.com>
Date: 星期五, 26 四月 2024 16:58:09 +0800
Subject: [PATCH] 卧式缓存新增

---
 UI-Project/src/router/index.js |   62 +++++++++++++++++++++++++++++-
 1 files changed, 59 insertions(+), 3 deletions(-)

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 527c0df..14926d7 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -35,6 +35,33 @@
          ]
         },
       
+/*----------- 鐢ㄦ埛鍒楄〃 ----------------*/
+// {
+//   path: 'User',
+//   name: 'User',
+//   component: () => import('../views/User/userlist.vue'),
+//   children:[
+//     {
+//       path: '/User/userlist',
+//       name: 'userlist',
+//       component: () => import('../views/User/userlist.vue')
+//     },
+//   ]
+//   },
+  
+/*----------- 鏉冮檺鍒楄〃 ----------------*/
+// {
+//   path: 'Permissions',
+//   name: 'Permissions',
+//   component: () => import('../views/Permissions/permissionslist.vue'),
+//   children:[
+//     {
+//       path: '/Permissions/permissionslist',
+//       name: 'permissionslist',
+//       component: () => import('../views/Permissions/permissionslist.vue')
+//     },
+//   ]
+//   },
         /*----------- 涓婄墖鏈� ----------------*/
       {
         path: 'Returns',
@@ -68,9 +95,14 @@
     component: () => import('../views/Caching/caching.vue'),
     children:[
       {
-        path: '/Caching/caching',
-        name: 'caching',
-        component: () => import('../views/Caching/caching.vue')
+        path: '/Caching/cachingbefore',
+        name: 'cachingbefore',
+        component: () => import('../views/Caching/cachingbefore.vue')
+      },
+      {
+        path: '/Caching/cachingun',
+        name: 'cachingun',
+        component: () => import('../views/Caching/cachingun.vue')
       },
     ]
   },
@@ -146,6 +178,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