From fc68b62555eafc049bb4a59dc3232e30e1e9368f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com> Date: Sat, 16 Dec 2023 01:17:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81=20:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tunnel/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tunnel/index.vue b/src/views/tunnel/index.vue index c0a0f78..5a92783 100644 --- a/src/views/tunnel/index.vue +++ b/src/views/tunnel/index.vue @@ -169,7 +169,7 @@ const manageSelect = (index) => { if (index === 0) { router.push("/site"); }else if (index === 1){ - router.push("/tunnel"); + router.push("/tunnel/1"); } }; const closeLeft = () => {