import NormalSearch from './normalSearch/normalSearch' //封面 const Search = { 3001: NormalSearch }; export default Search;