|
@@ -59,7 +59,7 @@ export default defineComponent({
|
|
//let src = "http://192.168.3.122:3000/instrument.html" + `?_t=${Date.now()}&id=${props.id}&Authorization=${token}&isCbs=true&isbeatTimes=true&musicRenderType=staff`
|
|
//let src = "http://192.168.3.122:3000/instrument.html" + `?_t=${Date.now()}&id=${props.id}&Authorization=${token}&isCbs=true&isbeatTimes=true&musicRenderType=staff`
|
|
return () => (
|
|
return () => (
|
|
<div class={styles.musiceBeatTime}>
|
|
<div class={styles.musiceBeatTime}>
|
|
- <div class={styles.tit}>节拍器音频生成中</div>
|
|
|
|
|
|
+ <div class={styles.tit}>节拍器音频生成中...</div>
|
|
{
|
|
{
|
|
iframeShow.value && <iframe class={styles.iframe} width={'667px'} height={'375px'} frameborder="0" src={src}></iframe>
|
|
iframeShow.value && <iframe class={styles.iframe} width={'667px'} height={'375px'} frameborder="0" src={src}></iframe>
|
|
}
|
|
}
|