lex 2 년 전
부모
커밋
93bbfec7a2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      auto-imports.d.ts
  2. 1 1
      src/views/user-info/music-operation/index.tsx

+ 1 - 1
auto-imports.d.ts

@@ -1,5 +1,5 @@
 // Generated by 'unplugin-auto-import'
 export {}
 declare global {
-  const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
+
 }

+ 1 - 1
src/views/user-info/music-operation/index.tsx

@@ -127,7 +127,7 @@ export default defineComponent({
         this.form.accompanimentType = res.data.accompanimentType
         this.form.titleImg = res.data.titleImg
 
-        this.form.audioType = res.data.mp3Type
+        // this.form.audioType = res.data.mp3Type
 
         if (this.form.audioType === 'MP3') {
           this.form.hasBeat = res.data.hasBeat || 0