|
@@ -1478,7 +1478,7 @@ const getMusicInfo = async (res: any) => {
|
|
|
downloadXmlStr.value = xmlString
|
|
|
const tracks = xmlToTracks(xmlString)
|
|
|
|
|
|
-
|
|
|
+ state.isMixBeat = res.data?.isMixBeat
|
|
|
|
|
|
let partIndexs = query["part-index"] ? query["part-index"].split(",") : ["-1"]
|
|
|
|
|
@@ -1694,7 +1694,7 @@ function initMusicSource(data: any, tracks: string[], partIndex: number, workRec
|
|
|
}
|
|
|
|
|
|
|
|
|
- if(state.isMixBeat && false) {
|
|
|
+ if(state.isMixBeat) {
|
|
|
Object.assign(state.beatSong, {
|
|
|
music: musicObj?.audioBeatMixUrl,
|
|
|
accompany: accompanyObj?.audioBeatMixUrl,
|