[update] home页面直接重定向到查询页

This commit is contained in:
fengchenchen
2024-09-07 16:53:07 +08:00
parent cc8c6396e4
commit defa4769a4
+1
View File
@@ -38,6 +38,7 @@ const routes = [
path: '/',
name: 'home',
component: () => import('@/views/Home'),
redirect: '/search/generalSearch',
meta: {
// 是否显示头部导航
hasNavBar: true,