|
@@ -21,6 +21,7 @@ import iconZanActive from './images/icon-zan-active.png'
|
|
import logoImg from './images/logo.png';
|
|
import logoImg from './images/logo.png';
|
|
import logo1Img from './images/logo1.png';
|
|
import logo1Img from './images/logo1.png';
|
|
import backImg from "./images/back.png";
|
|
import backImg from "./images/back.png";
|
|
|
|
+import back1Img from "./images/back1.png";
|
|
import videobg from "./images/videobg.png";
|
|
import videobg from "./images/videobg.png";
|
|
import audioPan from './images/audio-pan.png';
|
|
import audioPan from './images/audio-pan.png';
|
|
import audioLabel from './share-model/images/audioLabel.png';
|
|
import audioLabel from './share-model/images/audioLabel.png';
|
|
@@ -441,7 +442,7 @@ export default defineComponent({
|
|
});
|
|
});
|
|
// 初始化五线谱
|
|
// 初始化五线谱
|
|
function initStaff(){
|
|
function initStaff(){
|
|
- const src = `/klx-music-score/#/simple-detail?id=${state.musicDetail.musicSheetId}&musicRenderType=${staffState.musicRenderType}&part-index=${staffState.partIndex}&userMusicId=${state.id}`;
|
|
|
|
|
|
+ const src = `https://test.colexiu.com/klx-music-score/#/simple-detail?id=${state.musicDetail.musicSheetId}&musicRenderType=${staffState.musicRenderType}&part-index=${staffState.partIndex}&userMusicId=${state.id}`;
|
|
// const src = `http://192.168.3.68:3000/instrument.html#/simple-detail?id=${state.musicDetail.musicSheetId}&musicRenderType=${staffState.musicRenderType}&part-index=${staffState.partIndex}&userMusicId=${state.id}`;
|
|
// const src = `http://192.168.3.68:3000/instrument.html#/simple-detail?id=${state.musicDetail.musicSheetId}&musicRenderType=${staffState.musicRenderType}&part-index=${staffState.partIndex}&userMusicId=${state.id}`;
|
|
staffState.staffSrc = src
|
|
staffState.staffSrc = src
|
|
window.addEventListener('message', (event) => {
|
|
window.addEventListener('message', (event) => {
|
|
@@ -629,7 +630,7 @@ export default defineComponent({
|
|
{
|
|
{
|
|
isLandscapeScreen.value &&
|
|
isLandscapeScreen.value &&
|
|
<div class={styles.backBox}>
|
|
<div class={styles.backBox}>
|
|
- <img class={styles.backImg} src={backImg} onClick={handlerBack}/>
|
|
|
|
|
|
+ <img class={styles.backImg} src={state.playType === 'Video' ? back1Img : backImg} onClick={handlerBack}/>
|
|
<div class={[styles.musicDetail, state.playType === 'Audio' && styles.adMusicDetail]}>
|
|
<div class={[styles.musicDetail, state.playType === 'Audio' && styles.adMusicDetail]}>
|
|
<div class={styles.musicSheetName}>
|
|
<div class={styles.musicSheetName}>
|
|
<NoticeBar
|
|
<NoticeBar
|