From 0fb7b5e98343d455e09118aee6ec8be696c30464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=89=BE=E9=98=B3?= <31790606+limuen@users.noreply.github.com> Date: Sun, 31 Oct 2021 00:40:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=9D=A2=E5=8C=85?= =?UTF-8?q?=E5=B1=91=E9=87=8D=E5=AE=9A=E5=90=91=E5=88=B0=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E5=AD=90=E7=BA=A7=20(#87)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/components.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/modules/components.ts b/src/router/modules/components.ts index 32c5219d0..6b567034b 100644 --- a/src/router/modules/components.ts +++ b/src/router/modules/components.ts @@ -4,7 +4,7 @@ const componentsRouter = { path: "/components", name: "components", component: Layout, - redirect: "/components/split-pane", + redirect: "/components/video", meta: { icon: "el-icon-menu", title: "message.hscomponents",