|
@@ -2,6 +2,7 @@ import { defineComponent, toRefs, reactive, onMounted, ref } from 'vue'
|
|
|
import classes from './index.module.less'
|
|
|
import { ElButton, ElOption, ElSelect } from 'element-plus'
|
|
|
import printIcon from './images/printIcon.png'
|
|
|
+import banner from './images/banner.png'
|
|
|
import colVideo from '@/components/col-video/index'
|
|
|
export default defineComponent({
|
|
|
name: 'muiscDetial',
|
|
@@ -44,6 +45,9 @@ export default defineComponent({
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class={classes.musicContent}></div>
|
|
|
+ <div class={classes.showCode}>
|
|
|
+ <img src={banner} alt="" />
|
|
|
+ </div>
|
|
|
<colVideo src="" styleValue={{
|
|
|
height:'68px',
|
|
|
bacground:'#333'
|