refactor(搜索中心): 重构搜索中心

This commit is contained in:
zyn
2023-12-08 16:18:08 +08:00
parent 391c9d4969
commit 541dab9b5b
2 changed files with 629 additions and 0 deletions
+3
View File
@@ -5000,8 +5000,11 @@ const routes = [
{
path: '/standardSearch/:selectKey?/:searchValue?',
name: 'StandardSearch',
/*
component: () =>
import('@/pages/searchCenter/pages/standardSearch'),
*/
component: () => import('@/pages/searchCenter/pages/standardSearch/index'),
meta: {
requireAuth: true,
title: '标准检索',