@@ -1304,7 +1304,10 @@ const queryMusicXml = async (id: string, xmlUr: string) => {
const getMusicInfo = async (res: any) => {
try {
- await initInstrumentCode()
+ // 单行谱页面不需要调用此接口
+ if (!state.isSimplePage) {
+ await initInstrumentCode()
+ }
} catch (error) {
// console.log(error)
}