lex преди 10 месеца
родител
ревизия
7e0244c42b
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      src/tenant/music/music-detail/new-index.tsx

+ 6 - 6
src/tenant/music/music-detail/new-index.tsx

@@ -693,12 +693,12 @@ export default defineComponent({
           staffData.xmlPartList = partList
         }
 
-        staffData.iframeSrc = `${
-          location.origin
-        }/osmd/index.html?t=${new Date().getTime()}`
-        // staffData.iframeSrc = `${location.origin}${
-        //   location.pathname
-        // }osmd/index.html?t=${new Date().getTime()}`
+        // staffData.iframeSrc = `${
+        //   location.origin
+        // }/osmd/index.html?t=${new Date().getTime()}`
+        staffData.iframeSrc = `${location.origin}${
+          location.pathname
+        }osmd/index.html?t=${new Date().getTime()}`
         staffData.musicXml = musicDetail.value?.xmlFileUrl || ''
         const tempList = musicDetail.value?.background || []
         const tempPartList = [] as any