refactor(搜索中心): 重构搜索中心
This commit is contained in:
@@ -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: '标准检索',
|
||||
|
||||
Reference in New Issue
Block a user