@@ -72,6 +72,13 @@ export default {
}
},
mounted() {
+ if (!this.info.backgroundMusic) {
+ this.info.backgroundMusic = {
+ id: '',
+ name: '',
+ ossPath: '',
+ }
</script>