From defa4769a43977a91c651bf640c709d7c0d94e2e Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Sat, 7 Sep 2024 16:53:07 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20home=E9=A1=B5=E9=9D=A2=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E9=87=8D=E5=AE=9A=E5=90=91=E5=88=B0=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E9=A1=B5?= 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 ef64e84..be7966f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -38,6 +38,7 @@ const routes = [ path: '/', name: 'home', component: () => import('@/views/Home'), + redirect: '/search/generalSearch', meta: { // 是否显示头部导航 hasNavBar: true,