|
@@ -336,7 +336,7 @@ export default defineComponent({
|
|
|
const origin = /(localhost|192)/.test(location.host)
|
|
|
? 'https://test.gym.lexiaoya.cn/'
|
|
|
: location.origin;
|
|
|
- const src = `${origin}/gym-music-score/?id=${item.value.materialMusicId}&Authorization=${Authorization}&systemType=${ state.platformType === 'TEACHER' ? 'teacher' : 'student'}`
|
|
|
+ const src = `${origin}/gym-music-score/?id=${item.value.materialMusicId}&Authorization=${Authorization}&isHideMusicList=true&systemType=${ state.platformType === 'TEACHER' ? 'teacher' : 'student'}`
|
|
|
|
|
|
postMessage({
|
|
|
api: 'openAccompanyWebView',
|