mo 1 year ago
parent
commit
d40c9bd6ce
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/card-type/index.tsx
  2. 1 1
      src/views/natural-resources/index.tsx

+ 1 - 1
src/components/card-type/index.tsx

@@ -9,7 +9,7 @@ import iconCollectDefault from '@common/images/icon-collect-default.png';
 import iconCollectActive from '@common/images/icon-collect-active.png';
 import TheNoticeBar from '../TheNoticeBar';
 import AudioPlayer from './audio-player';
-import VideoPlayer from './video-player ';
+import VideoPlayer from './video-player';
 
 type itemType = {
   id: string | number;

+ 1 - 1
src/views/natural-resources/index.tsx

@@ -3,7 +3,7 @@ import styles from './index.module.less';
 import Pagination from '@/components/pagination';
 import { NTabPane, NTabs } from 'naive-ui';
 import CardType from '/src/components/card-type';
-import SearchGroupResources from './search-group-resources';
+import SearchGroupResources from './components/my-collect/search-group-resources';
 import listData from '../xiaoku-music/data.json';
 import CardPreview from '/src/components/card-preview';
 export default defineComponent({