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