From 7993a0db6e5aac799c5fc703ca5c776da78e2933 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 12 九月 2024 16:43:54 +0800 Subject: [PATCH] 跳转中间页 --- src/router/index.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index b259f99..e3eb2c5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -38,6 +38,12 @@ }, { + path: "/logging", + component: () => import("@/views/logging/index"), + hidden: true, + }, + + { path: "/404", component: () => import("@/views/404"), hidden: true, -- Gitblit v1.8.0