|
@@ -50,7 +50,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=${props.music.content}&Authorization=${Authorization}&isHideBack=true&isHideMusicList=true&systemType=${ state.platformType === 'TEACHER' ? 'teacher' : 'student'}`
|
|
|
+ const src = `${origin}/gym-music-score/?id=${props.music.content}&hideMode=1&Authorization=${Authorization}&isHideBack=true&isHideMusicList=true&systemType=${ state.platformType === 'TEACHER' ? 'teacher' : 'student'}`
|
|
|
|
|
|
const checkView = () => {
|
|
|
fetch(src)
|