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 |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 2ecd57e..14926d7 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -95,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')
       },
     ]
   },

--
Gitblit v1.8.0