Sfoglia il codice sorgente

尝试修复打包问题

1
mo 2 anni fa
parent
commit
e78807fedd

+ 3 - 1
src/views/App.module.less

@@ -17,7 +17,9 @@
     border-radius: 10px !important;
   }
 }
-
+:global {
+  @import url('element-plus/dist/index.css');
+}
 :root {
   --theme-color: #2dc7aa;
 }

+ 1 - 1
src/views/musicLibrary/modals/searchAlbum.tsx

@@ -64,7 +64,7 @@ export default defineComponent({
       }
     }
     const getList = (val: any) => {
-      state.search = { ...val,idAndName:val.search }
+      state.search = { ...val,idAndName:val.search,subjects:val.subject }
       state.pageInfo.page = 1
       getAlbumList()
     }