|
@@ -333,8 +333,8 @@ export default defineComponent({
|
|
|
});
|
|
|
// 初始化五线谱
|
|
|
function initStaff(){
|
|
|
- //const src = `${vaildMusicScoreUrl()}/instrument/#/simple-detail?id=${state.musicDetail.musicSheetId}&musicRenderType=${staffState.musicRenderType}&part-index=${staffState.partIndex}`;
|
|
|
- const src = `https://dev.kt.colexiu.com/instrument/#/simple-detail?id=${state.musicDetail.musicSheetId}&musicRenderType=${staffState.musicRenderType}&part-index=${staffState.partIndex}`;
|
|
|
+ const src = `${vaildMusicScoreUrl()}/instrument/#/simple-detail?id=${state.musicDetail.musicSheetId}&musicRenderType=${staffState.musicRenderType}&part-index=${staffState.partIndex}`;
|
|
|
+ //const src = `http://192.168.3.122:3000/instrument.html#/simple-detail?id=${state.musicDetail.musicSheetId}&musicRenderType=${staffState.musicRenderType}&part-index=${staffState.partIndex}`;
|
|
|
staffState.staffSrc = src
|
|
|
window.addEventListener('message', (event) => {
|
|
|
const { api, height } = event.data;
|
|
@@ -457,7 +457,7 @@ export default defineComponent({
|
|
|
{
|
|
|
state.isEmpty ?
|
|
|
<div class={styles.isEmpty}>
|
|
|
- <MEmpty description="作品已删除~" />
|
|
|
+ <MEmpty image={"empty2"} description="作品已删除~" />
|
|
|
</div> :
|
|
|
<>
|
|
|
<div class={styles.singerBox}>
|
|
@@ -611,7 +611,7 @@ export default defineComponent({
|
|
|
))}
|
|
|
</List>
|
|
|
) : (
|
|
|
- <MEmpty description="暂无数据" />
|
|
|
+ <MEmpty image={"empty2"} description="暂无作品" />
|
|
|
)}
|
|
|
</div>
|
|
|
{
|