From 3680901533e5887eca282c51eaf4f1d42a3b7180 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Fri, 23 Dec 2022 11:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/index.js b/src/router/index.js index 20d3f59..14227cc 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5,6 +5,7 @@ const routes=[] export const menu = [ { path:"/", + redirect:"/info", component:()=>import("@/views/home.vue"), children:[ {path:"/info", component:()=>import("@/views/info.vue")},