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