Browse Source

去掉引导

lex 8 months ago
parent
commit
708d3dac93
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/xiaoku-music/index.tsx

+ 1 - 3
src/views/xiaoku-music/index.tsx

@@ -446,14 +446,12 @@ export default defineComponent({
         }
       ];
       // 首调 固定调 并且 不显示可转谱 则不显示五线谱
-      console.log(scoreType, isConvertibleScore, 'isConvertibleScore');
       if (
         !(
           ['JIAN', 'FIRST'].includes(scoreType) && isConvertibleScore === false
         ) &&
         !(isConvertibleScore === undefined || isConvertibleScore === null)
       ) {
-        console.log('true ----- inin in in ');
         action.unshift({
           value: 'staff',
           label: '五线谱'
@@ -1003,7 +1001,7 @@ export default defineComponent({
                       activeItem.value.id
                     }&Authorization=${
                       user.getToken
-                    }&musicRenderType=${lineType}&showGuide=true&showWebGuide=false&part-index=${
+                    }&musicRenderType=${lineType}&showGuide=true&part-index=${
                       data.musicInstrumentIndex
                     }`;