|
@@ -377,7 +377,7 @@ export default {
|
|
|
const jsonConfig = JSON.parse(res.data.jsonConfig)
|
|
|
jsonConfig.speedRate && (this.staffState.speedRate = jsonConfig.speedRate)
|
|
|
jsonConfig.musicRenderType && (this.staffState.musicRenderType = jsonConfig.musicRenderType)
|
|
|
- jsonConfig.partIndex && (this.staffState.partIndex = jsonConfig.partIndex)
|
|
|
+ jsonConfig.partIndex && (this.staffState.partIndex = jsonConfig["part-index"])
|
|
|
} catch {}
|
|
|
// 五线谱
|
|
|
this.initStaff()
|